dwyl/hapi-auth-google

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hapi-auth-google",
  "version": "16.2.0",
  "description": "Easily allow people to login to your apps using their Google Account",
  "main": "lib/index.js",
  "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",
    "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": "PORT=8000 ./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.test.js",
    "start": "PORT=8000 node_modules/.bin/nodemon example/google.server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dwyl/hapi-auth-google.git"
  },
  "keywords": [
    "google",
    "authentication",
    "hapi",
    "hapi.js"
  ],
  "author": "dwyl",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/dwyl/hapi-auth-google/issues"
  },
  "homepage": "https://github.com/dwyl/hapi-auth-google#readme",
  "engines": {
    "node": ">=4.0"
  },
  "devDependencies": {
    "env2": "^2.2.0",
    "hapi": "^16.6.2",
    "istanbul": "^0.4.5",
    "jshint": "^2.9.2",
    "jsonwebtoken": "^8.1.0",
    "nock": "^9.0.25",
    "nodemon": "^1.12.1",
    "pre-commit": "^1.2.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.8.0"
  },
  "dependencies": {
    "googleapis": "^22.2.0"
  }
}