{ "name": "thepusher", "version": "0.1.1", "description": "Github post-receive hook router", "keywords": [ "github", "git", "post-receive", "post", "receive", "hook", "router" ], "author": "Sami Samhuri ", "maintainers": [ "Sami Samhuri " ], "homepage": "http://samhuri.net/proj/ThePusher", "dependencies": { "batteries": "0.4.x" }, "main": "pusher", "bin": { "thepusher": "./pusher.js" }, "engines": { "node": "0.4.x || 0.5.x" }, "repository": { "type": "git", "url": "git://github.com/samsonjs/ThePusher.git" }, "licenses": [ { "type": "MIT", "url": "http://github.com/samsonjs/ThePusher/raw/master/LICENSE" } ], "devDependencies": {} }