{
  "name": "@passport-next/passport-google-oauth2",
  "version": "1.0.0",
  "description": "Google (OAuth 2.0) authentication strategy for Passport.",
  "keywords": [
    "passport",
    "google",
    "auth",
    "authn",
    "authentication",
    "identity"
  ],
  "author": {
    "name": "Rowan Wookey",
    "email": "admin@rwky.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/passport-next/passport-google-oauth2.git"
  },
  "bugs": {
    "url": "http://github.com/passport-next/passport-google-oauth2/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "@passport-next/passport-oauth2": "1.7.x"
  },
  "devDependencies": {
    "make-node": "0.3.x",
    "mocha": "5.x.x",
    "chai": "4.x.x",
    "@passport-next/chai-passport-strategy": "1.1.x",
    "eslint-config-airbnb-base": "13.1.x",
    "eslint-plugin-import": "2.14.x",
    "eslint": "5.12.x"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "spec": "node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js test/**/*.test.js",
    "lint": "eslint --ext .js . --max-warnings 0",
    "lintfix": "eslint --ext .js . --fix",
    "test": "npm run lint && npm run spec"
  }
}
