不要怂,就是干,撸起袖子干!

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"}
    ]    
}