UNPKG

github

Version:
59 lines (58 loc) 1.2 kB
{ "name": "github", "version": "8.0.0", "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/mikedeboer/node-github", "repository": { "type": "git", "url": "https://github.com/mikedeboer/node-github.git" }, "engine": { "node": ">=0.4.0" }, "dependencies": { "follow-redirects": "0.0.7", "https-proxy-agent": "^1.0.0", "mime": "^1.2.11", "netrc": "^0.1.4" }, "devDependencies": { "mocha": "~1.13.0", "mustache": "^2.2.1" }, "main": "lib", "types": "lib/index.d.ts", "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", "version": "8.0.0", "template": { "withCompare": true } } }