diff --git a/docs/index.json b/docs/index.json index c3ea894..1a71f24 100644 --- a/docs/index.json +++ b/docs/index.json @@ -2639,7 +2639,7 @@ }, { "kind": "packageJSON", - "content": "{\n \"name\": \"electron-oauth-helper\",\n \"version\": \"1.0.2\",\n \"description\": \"Easy to use helper library for OAuth1 and OAuth2.\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"start:example\": \"electron ./example/src/main/main.js\",\n \"lint\": \"eslint .\",\n \"lint:fix\": \"eslint --fix .\",\n \"test\": \"avaron --timeout=10s\",\n \"build\": \"parcel build --no-minify index.js\",\n \"doc\": \"esdoc\"\n },\n \"engines\": {\n \"node\": \">= 8.0.0\"\n },\n \"keywords\": [\n \"oauth\",\n \"oauth1\",\n \"oauth2\",\n \"electron\",\n \"auth\",\n \"api\"\n ],\n \"author\": \"mironal\",\n \"license\": \"MIT\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/mironal/electron-oauth-helper.git\"\n },\n \"homepage\": \"https://github.com/mironal/electron-oauth-helper\",\n \"bugs\": {\n \"url\": \"https://github.com/mironal/electron-oauth-helper/issues\"\n },\n \"devDependencies\": {\n \"ava\": \"0.24.0\",\n \"avaron\": \"0.0.14\",\n \"babel-preset-env\": \"1.6.1\",\n \"electron\": \"1.7.9\",\n \"esdoc\": \"1.0.4\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"4.12.1\",\n \"eslint-plugin-ava\": \"4.4.0\",\n \"eslint-plugin-import\": \"2.8.0\",\n \"eslint-plugin-node\": \"5.2.1\",\n \"eslint-plugin-promise\": \"3.6.0\",\n \"eslint-plugin-security\": \"1.4.0\",\n \"firebase\": \"4.8.0\",\n \"koa\": \"2.4.1\",\n \"koa-bodyparser\": \"4.2.0\",\n \"koa-router\": \"7.3.0\",\n \"mockttp\": \"0.5.0\",\n \"nock\": \"9.1.4\",\n \"parcel-bundler\": \"1.0.3\",\n \"testdouble\": \"3.2.6\",\n \"unexpected\": \"10.36.2\"\n },\n \"dependencies\": {\n \"debug\": \"3.1.0\"\n },\n \"esdoc\": {\n \"source\": \"./lib\",\n \"destination\": \"./docs\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\",\n \"option\": {\n \"lint\": {\n \"enable\": false\n }\n }\n }\n ]\n }\n}\n", + "content": "{\n \"name\": \"electron-oauth-helper\",\n \"version\": \"2.0.0\",\n \"description\": \"Easy to use helper library for OAuth1 and OAuth2.\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"start:example\": \"electron ./example/src/main/main.js\",\n \"lint\": \"eslint .\",\n \"lint:fix\": \"eslint --fix .\",\n \"test\": \"avaron --timeout=10s\",\n \"build\": \"parcel build --no-minify index.js\",\n \"doc\": \"esdoc\",\n \"preversion\": \"npm run lint && npm run test\",\n \"version\": \"npm run doc && git add -A\",\n \"postversion\": \"git push && git push --tags\"\n },\n \"engines\": {\n \"node\": \">= 8.0.0\"\n },\n \"keywords\": [\n \"oauth\",\n \"oauth1\",\n \"oauth2\",\n \"electron\",\n \"auth\",\n \"api\"\n ],\n \"author\": \"mironal\",\n \"license\": \"MIT\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/mironal/electron-oauth-helper.git\"\n },\n \"homepage\": \"https://github.com/mironal/electron-oauth-helper\",\n \"bugs\": {\n \"url\": \"https://github.com/mironal/electron-oauth-helper/issues\"\n },\n \"devDependencies\": {\n \"ava\": \"0.24.0\",\n \"avaron\": \"0.0.14\",\n \"babel-preset-env\": \"1.6.1\",\n \"electron\": \"1.7.9\",\n \"esdoc\": \"1.0.4\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"4.12.1\",\n \"eslint-plugin-ava\": \"4.4.0\",\n \"eslint-plugin-import\": \"2.8.0\",\n \"eslint-plugin-node\": \"5.2.1\",\n \"eslint-plugin-promise\": \"3.6.0\",\n \"eslint-plugin-security\": \"1.4.0\",\n \"firebase\": \"4.8.0\",\n \"koa\": \"2.4.1\",\n \"koa-bodyparser\": \"4.2.0\",\n \"koa-router\": \"7.3.0\",\n \"mockttp\": \"0.5.0\",\n \"nock\": \"9.1.4\",\n \"parcel-bundler\": \"1.0.3\",\n \"testdouble\": \"3.2.6\",\n \"unexpected\": \"10.36.2\"\n },\n \"dependencies\": {\n \"debug\": \"3.1.0\"\n },\n \"esdoc\": {\n \"source\": \"./lib\",\n \"destination\": \"./docs\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\",\n \"option\": {\n \"lint\": {\n \"enable\": false\n }\n }\n }\n ]\n }\n}\n", "longname": "/Users/miro/Documents/develop/electron-oauth-helper/package.json", "name": "package.json", "static": true, diff --git a/docs/source.html b/docs/source.html index 039583b..fbadfe6 100644 --- a/docs/source.html +++ b/docs/source.html @@ -54,7 +54,7 @@