{
  "name": "passport-google-idtoken-orangefour",
  "version": "1.0.4",
  "description": "Passport Strategy that uses a Google id_token and validates against Google's tokeninfo endpoint.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test",
    "test-ci": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- test && coveralls < ./coverage/lcov.info && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orangefour/passport-google-idtoken.git"
  },
  "keywords": [
    "Passport",
    "Strategy",
    "Google",
    "TokenInfo"
  ],
  "author": "thirdorange@gmx.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/orangefour/passport-google-idtoken/issues"
  },
  "homepage": "https://github.com/orangefour/passport-google-idtoken",
  "dependencies": {
    "passport": "^0.3.2",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.2.0"
  }
}
