hubot-github-event-announcer
Version:
Announces GitHub webhook events
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "hubot-github-event-announcer",
"version": "0.12.0",
"description": "Announces GitHub webhook events",
"repository": {
"type": "git",
"url": "https://github.com/lifted-studios/hubot-github-event-announcer"
},
"keywords": [
"hubot",
"hubot-script",
"github",
"webhooks",
"announcer",
"notifier"
],
"author": "Lee Dohm",
"license": "MIT",
"bugs": {
"url": "https://github.com/lifted-studios/hubot-github-event-announcer/issues"
},
"homepage": "https://github.com/lifted-studios/hubot-github-event-announcer",
"dependencies": {
"coffee-script": "~1.8"
},
"devDependencies": {
"faker": "~2.1.2",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-coffee": "~0.7.0",
"grunt-release": "~0.6.0",
"grunt-shell": "~0.2.2",
"grunt": "~0.4.1",
"hubot": "^2.19.0",
"jasmine-node": "mhevery/jasmine-node#Jasmine2.0",
"node-uuid": "~1.4.3"
},
"main": "index.coffee",
"scripts": {
"test": "grunt spec"
}
}