{
  "name": "dynamic-gcloud",
  "version": "0.27.1",
  "author": "Google Inc.",
  "description": "Google Cloud APIs Client Library for Node.js",
  
  "main": "./lib/index",
  "files": [
    "lib/",
    "AUTHORS",
    "CONTRIBUTORS",
    "COPYING"
  ],
  "repository": "dynamic-email/gcloud-node",
  "keywords": [
    "google apis client",
    "google api client",
    "google apis",
    "google api",
    "google",
    "google cloud platform",
    "google cloud",
    "cloud",
    "google bigquery",
    "google big query",
    "bigquery",
    "big query",
    "google cloud datastore",
    "cloud datastore",
    "datastore",
    "google cloud dns",
    "cloud dns",
    "dns",
    "google cloud pub/sub",
    "google cloud pubsub",
    "cloud pub/sub",
    "cloud pubsub",
    "pub/sub",
    "pubsub",
    "google compute engine",
    "compute engine",
    "computeengine",
    "gce",
    "google app engine",
    "app engine",
    "google appengine",
    "appengine",
    "gae",
    "google cloud storage",
    "cloud storage",
    "gcs",
    "google cloud resource manager",
    "cloud resource manager",
    "resource manager",
    "google cloud search",
    "cloud search",
    "search"
  ],
  "dependencies": {
    "JSONStream": "^1.0.7",
    "arrify": "^1.0.0",
    "async": "^1.4.2",
    "concat-stream": "^1.5.0",
    "create-error-class": "^2.0.1",
    "dns-zonefile": "0.1.10",
    "duplexify": "^3.2.0",
    "extend": "^3.0.0",
    "gce-images": "^0.2.0",
    "gcs-resumable-upload": "^0.3.0",
    "google-auto-auth": "^0.2.0",
    "hash-stream-validation": "^0.1.0",
    "is": "^3.0.1",
    "methmeth": "^1.0.0",
    "mime-types": "^2.0.8",
    "modelo": "^4.2.0",
    "once": "^1.3.1",
    "prop-assign": "^1.0.0",
    "propprop": "^0.3.0",
    "protobufjs": "^4.0.0",
    "pumpify": "^1.3.3",
    "request": "^2.53.0",
    "retry-request": "^1.2.1",
    "split-array-stream": "^1.0.0",
    "stream-events": "^1.0.1",
    "string-format-obj": "^1.0.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "bytebuffer": "^4.0.0",
    "coveralls": "^2.11.2",
    "dox": "^0.8.0",
    "glob": "^5.0.9",
    "istanbul": "^0.3.5",
    "jscs": "^2.1.1",
    "jshint": "^2.6.0",
    "mitm": "^1.1.0",
    "mocha": "^2.1.0",
    "mockery": "^1.4.0",
    "node-uuid": "^1.4.3",
    "tmp": "0.0.27"
  },
  "scripts": {
    "docs": "./scripts/docs.sh",
    "lint": "jshint lib/ system-test/ test/ && jscs lib/ system-test/ test/",
    "test": "npm run docs && mocha test/*/*.js test/index.js test/docs.js",
    "system-test": "mocha system-test/* --timeout 60s --bail",
    "cover": "istanbul cover -x 'system-test/*' _mocha -- --timeout 60s test/*/*.js test/docs.js system-test/*",
    "coveralls": "istanbul cover -x 'system-test/*' _mocha --report lcovonly -- --timeout 60s test/*/*.js test/docs.js system-test/* -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "license": "Apache-2.0"
}
