package.json
556 Bytes
{
"name" : "github",
"version" : "0.0.2",
"description" : "Wrapper for the GitHub API",
"author": "Fabian Jakobs <fabian.jakobs@web.de>",
"homepage": "http://github.com/ajaxorg/node-github.git",
"modules" : {
"index" : "./lib/github",
},
"repository" : {
"type" : "git",
"url" : "http://github.com/ajaxorg/node-github.git"
},
"engine" : ["node >=0.1.100"],
"licenses": [{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"}
]
}