hapi-auth
Version:
A Complete Login Solution for Hapi.js Apps/APIs
55 lines (54 loc) • 1.63 kB
JSON
{
"name": "hapi-auth",
"version": "1.0.1",
"description": "A Complete Login Solution for Hapi.js Apps/APIs ",
"main": "index.js",
"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",
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .",
"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",
"start": "PORT=8000 node_modules/.bin/nodemon lib/google.server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dwyl/hapi-login.git"
},
"keywords": [
"Hapi",
"Hapi.js",
"Login",
"End-to-End",
"Complete",
"Solution",
"Tested",
"Production"
],
"author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dwyl/hapi-login/issues"
},
"homepage": "https://github.com/dwyl/hapi-login",
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"aguid": "^1.0.3",
"env2": "^2.0.4",
"hapi": "^10.5.0",
"hoek": "^3.0.4",
"istanbul": "^0.3.19",
"jshint": "^2.8.0",
"nock": "^2.18.1",
"nodemon": "^1.8.1",
"pre-commit": "^1.1.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.0",
"wreck": "^7.0.0"
},
"dependencies": {
"googleapis": "^2.1.6",
"hapi-auth-jwt2": "^5.0.7"
}
}