71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
|
{
|
||
|
"name": "github",
|
||
|
"version": "0.2.4",
|
||
|
"description": "NodeJS wrapper for the GitHub API",
|
||
|
"author": {
|
||
|
"name": "Mike de Boer",
|
||
|
"email": "info@mikedeboer.nl"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Mike de Boer",
|
||
|
"email": "info@mikedeboer.nl"
|
||
|
},
|
||
|
{
|
||
|
"name": "Fabian Jakobs",
|
||
|
"email": "fabian@c9.io"
|
||
|
}
|
||
|
],
|
||
|
"homepage": "http://github.com/mikedeboer/node-github",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/mikedeboer/node-github.git"
|
||
|
},
|
||
|
"engine": {
|
||
|
"node": ">=0.4.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"mime": "^1.2.11"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"oauth": "~0.9.7",
|
||
|
"optimist": "~0.6.0",
|
||
|
"mocha": "~1.13.0"
|
||
|
},
|
||
|
"main": ".",
|
||
|
"scripts": {
|
||
|
"test": "node ./test/all.js"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "The MIT License",
|
||
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
||
|
}
|
||
|
],
|
||
|
"gitHead": "29dedb3022649c27ac1dad79326270b6b2a48047",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mikedeboer/node-github/issues"
|
||
|
},
|
||
|
"_id": "github@0.2.4",
|
||
|
"_shasum": "24fa7f0e13fa11b946af91134c51982a91ce538b",
|
||
|
"_from": "github@*",
|
||
|
"_npmVersion": "1.4.21",
|
||
|
"_npmUser": {
|
||
|
"name": "mikedeboer",
|
||
|
"email": "info@mikedeboer.nl"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "mikedeboer",
|
||
|
"email": "info@mikedeboer.nl"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "24fa7f0e13fa11b946af91134c51982a91ce538b",
|
||
|
"tarball": "http://registry.npmjs.org/github/-/github-0.2.4.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/github/-/github-0.2.4.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|