{
  "_args": [
    [
      "google-auth-library@0.10.0",
      "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0"
    ]
  ],
  "_from": "google-auth-library@0.10.0",
  "_id": "google-auth-library@0.10.0",
  "_inBundle": false,
  "_integrity": "sha1-bhW6vuhf0d0U2NEoopW2g41SE24=",
  "_location": "/google-auth-library",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "google-auth-library@0.10.0",
    "name": "google-auth-library",
    "escapedName": "google-auth-library",
    "rawSpec": "0.10.0",
    "saveSpec": null,
    "fetchSpec": "0.10.0"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-0.10.0.tgz",
  "_spec": "0.10.0",
  "_where": "/home/parthi/Downloads/material-dashboard-free-angular-v1.4.0",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/google/google-auth-library-nodejs/issues"
  },
  "contributors": [
    {
      "name": "Google Inc."
    }
  ],
  "dependencies": {
    "gtoken": "^1.2.1",
    "jws": "^3.1.4",
    "lodash.noop": "^3.0.1",
    "request": "^2.74.0"
  },
  "description": "Google APIs Authentication Client Library for Node.js",
  "devDependencies": {
    "coveralls": "^2.11.15",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.4.3",
    "jshint": "^2.9.4",
    "keypair": "^1.0.0",
    "mocha": "^3.2.0",
    "nock": "^9.0.2"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/google/google-auth-library-nodejs#readme",
  "keywords": [
    "google",
    "api",
    "google apis",
    "client",
    "client library"
  ],
  "license": "Apache-2.0",
  "main": "./lib/auth/googleauth",
  "name": "google-auth-library",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/google-auth-library-nodejs.git"
  },
  "scripts": {
    "coverage": "istanbul cover -x 'apis/**' _mocha -- --reporter spec --timeout 4000",
    "coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls",
    "generate-docs": "jsdoc -c jsdoc-conf.json ./README.md",
    "lint": "jshint lib test",
    "mocha": "mocha --reporter spec --timeout 4000",
    "prepare": "npm test && npm run lint && npm version patch",
    "test": "npm run lint && npm run coverage"
  },
  "version": "0.10.0"
}
