{
  "_args": [
    [
      "github@0.2.4",
      "/Users/tran/dev/testcode/snapsync/node"
    ]
  ],
  "_from": "github@0.2.4",
  "_id": "github@0.2.4",
  "_inBundle": false,
  "_integrity": "sha1-JPp/DhP6EblGr5ETTFGYKpHOU4s=",
  "_location": "/github",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "github@0.2.4",
    "name": "github",
    "escapedName": "github",
    "rawSpec": "0.2.4",
    "saveSpec": null,
    "fetchSpec": "0.2.4"
  },
  "_requiredBy": [
    "/node-pre-gyp-github"
  ],
  "_resolved": "https://registry.npmjs.org/github/-/github-0.2.4.tgz",
  "_spec": "0.2.4",
  "_where": "/Users/tran/dev/testcode/snapsync/node",
  "author": {
    "name": "Mike de Boer",
    "email": "info@mikedeboer.nl"
  },
  "bugs": {
    "url": "https://github.com/mikedeboer/node-github/issues"
  },
  "contributors": [
    {
      "name": "Mike de Boer",
      "email": "info@mikedeboer.nl"
    },
    {
      "name": "Fabian Jakobs",
      "email": "fabian@c9.io"
    }
  ],
  "dependencies": {
    "mime": "^1.2.11"
  },
  "description": "NodeJS wrapper for the GitHub API",
  "devDependencies": {
    "mocha": "~1.13.0",
    "oauth": "~0.9.7",
    "optimist": "~0.6.0"
  },
  "engine": {
    "node": ">=0.4.0"
  },
  "homepage": "http://github.com/mikedeboer/node-github",
  "licenses": [
    {
      "type": "The MIT License",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": ".",
  "name": "github",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mikedeboer/node-github.git"
  },
  "scripts": {
    "test": "node ./test/all.js"
  },
  "version": "0.2.4"
}
