{
  "name": "nightmare-google-oauth2",
  "description": "Nightmare plugin to automatically authenticate, authorize and retrieve a fresh OAuth2 token for Google APIs",
  "version": "0.2.3",
  "repository": "h2non/nightmare-google-oauth2",
  "license": "MIT",
  "author": "Tomas Aparicio",
  "engines": {
    "node": ">= 0.12.0"
  },
  "scripts": {
    "test": "./node_modules/_bin/mocha --timeout 60000 --reporter spec --ui tdd"
  },
  "dependencies": {
    "decamelize": "^1.0.0",
    "lodash.omit": "^3.0.0",
    "merge": "^1.2.0",
    "request": "^2.53.0"
  },
  "peerDependencies": {},
  "devDependencies": {
    "chai": "^2.1.0",
    "mocha": "^2.1.0",
    "nightmare": "^2.10.0"
  },
  "keywords": [
    "nightmare",
    "nightmareplugin",
    "phantomjs",
    "googleapis",
    "electron",
    "google",
    "oauth",
    "oauth2",
    "token",
    "authentication",
    "auth"
  ]
}
