ithub-oauth-demo
Version:
Quick Demo of using hapi-auth-github
60 lines (59 loc) • 1.66 kB
JSON
{
"name": "ithub-oauth-demo",
"version": "2.2.0",
"description": "Quick Demo of using hapi-auth-github",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.test.js && ./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"lint": "node_modules/.bin/goodparts lib/",
"spec": "node ./node_modules/tape/bin/tape ./test/*.test.js | node_modules/tap-spec/bin/cmd.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.test.js",
"dev": "PORT=8000 node_modules/.bin/nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "github.com/nelsonic/github-oauth-demo.git"
},
"keywords": [
"GitHub",
"Auth",
"Authentication",
"OAuth2",
"Simple",
"Easy",
"Tested",
"Painless"
],
"author": "@rjmk & @nelsonic @dwyl",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/nelsonic/github-oauth-demo/issues"
},
"homepage": "https://github.com/nelsonic/github-oauth-demo/issues",
"devDependencies": {
"goodparts": "^1.1.1",
"hoek": "^4.1.0",
"istanbul": "^0.4.5",
"nock": "^8.0.0",
"nodemon": "^1.11.0",
"pre-commit": "^1.1.3",
"redis-connection": "^5.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.2"
},
"pre-commit": [
"lint",
"coverage"
],
"dependencies": {
"env2": "^2.2.0",
"hapi": "^15.2.0",
"hapi-auth-github": "^2.0.0",
"inert": "^4.2.1",
"jsonwebtoken": "^8.0.1"
}
}