ThePusher/package.json
2011-06-05 00:41:47 -07:00

24 lines
744 B
JSON

{ "name" : "thepusher"
, "version" : "0.1.0"
, "description" : "Github post-receive hook router"
, "keywords" : [ "github", "git", "post-receive", "post", "receive", "hook", "router" ]
, "author": "Sami Samhuri <sami@samhuri.net>"
, "homepage" : "http://samhuri.net/proj/ThePusher"
, "dependencies" : { "batteries" : "0.4.x" }
, "main" : "pusher"
, "bin" : { "thepusher" : "./pusher.js" }
, "engines" : { "node" : "0.4.x" }
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/samsonjs/ThePusher.git"
}
, "bugs" :
{ "mail" : "sami@samhuri.net"
, "web" : "http://github.com/samsonjs/ThePusher/issues"
}
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/samsonjs/ThePusher/raw/master/LICENSE"
}
]
}