UNPKG

gith

Version:

gith[ooks] - a simple node server that responds to github post-receive events with meaningful data

40 lines (39 loc) 964 B
{ "name": "gith", "description": "gith[ooks] - a simple node server that responds to github post-receive events with meaningful data", "version": "1.0.4", "homepage": "https://github.com/danheberden/gith", "author": { "name": "Dan Heberden", "email": "danheberden@gmail.com", "url": "http://danheberden.com/" }, "repository": { "type": "git", "url": "git://github.com/danheberden/gith.git" }, "bugs": { "url": "https://github.com/danheberden/gith/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/danheberden/gith/blob/master/LICENSE-MIT" } ], "main": "lib/gith", "engines": { "node": ">0.6.12" }, "scripts": { "test": "./node_modules/.bin/grunt test" }, "dependencies": { "eventemitter2" : ">= 0.4.9" , "lodash": ">= 0.3.2" }, "devDependencies": { "grunt": "~0.3.14" }, "keywords": [ "github", "payload", "git hook", "post-receive" ] }