{
  "name": "github4",
  "version": "1.1.1",
  "description": "NodeJS wrapper for the GitHub API",
  "author": "Mike de Boer <info@mikedeboer.nl>",
  "contributors": [
    {
      "name": "Mike de Boer",
      "email": "info@mikedeboer.nl"
    },
    {
      "name": "Fabian Jakobs",
      "email": "fabian@c9.io"
    },
    {
      "name": "Joe Gallo",
      "email": "joe@brassafrax.com"
    }
  ],
  "homepage": "https://github.com/kaizensoze/node-github",
  "repository": {
    "type": "git",
    "url": "https://github.com/kaizensoze/node-github.git"
  },
  "engine": {
    "node": ">=0.4.0"
  },
  "dependencies": {
    "follow-redirects": "0.0.7",
    "https-proxy-agent": "^1.0.0",
    "mime": "^1.2.11"
  },
  "devDependencies": {
    "mocha": "~1.13.0"
  },
  "main": "lib",
  "scripts": {
    "test": "mocha"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "The MIT License",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "apidoc": {
    "title": "node-github",
    "name": "node-github",
    "template": {
      "withCompare": false
    }
  }
}
