{
  "_args": [
    [
      "node-pre-gyp-github@1.3.1",
      "/Users/tran/dev/testcode/snapsync/node"
    ]
  ],
  "_from": "node-pre-gyp-github@1.3.1",
  "_id": "node-pre-gyp-github@1.3.1",
  "_inBundle": false,
  "_integrity": "sha1-xpZTA5lbWwg+ymShqjX9K1Edy7M=",
  "_location": "/node-pre-gyp-github",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-pre-gyp-github@1.3.1",
    "name": "node-pre-gyp-github",
    "escapedName": "node-pre-gyp-github",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-pre-gyp-github/-/node-pre-gyp-github-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "/Users/tran/dev/testcode/snapsync/node",
  "author": {
    "name": "Bill Christo"
  },
  "bin": {
    "node-pre-gyp-github": "bin/node-pre-gyp-github.js"
  },
  "bugs": {
    "url": "https://github.com/bchr02/node-pre-gyp-github/issues"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "github": "^0.2.4"
  },
  "description": "A node-pre-gyp module which provides the ability to publish to GitHub releases.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.3"
  },
  "homepage": "https://github.com/bchr02/node-pre-gyp-github#readme",
  "keywords": [
    "node-pre-gyp",
    "binary",
    "bindings",
    "c++",
    "c",
    "native",
    "addon",
    "module",
    "github",
    "releases"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "node-pre-gyp-github",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bchr02/node-pre-gyp-github.git"
  },
  "scripts": {
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report text-lcov -- -R spec | node ./node_modules/coveralls/bin/coveralls.js",
    "test": "mocha test"
  },
  "version": "1.3.1"
}
