forked from ynab/hubot-github-webhook-listener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hubot-github-webhook-listener",
"version": "0.9.1",
"author": "Taylor Brown <taylor@youneedabudget.com>",
"description": "Listens for github webhooks and emits an event for other Hubot scripts to respond to.",
"keywords": [
"hubot",
"chat",
"github",
"bot",
"webhook"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/ynab/hubot-github-webhook-listener/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/ynab/hubot-github-webhook-listener.git"
},
"license": "MIT",
"main": "./src/hubot-github-webhook-listener.coffee",
"devDependencies": {
"coffee-script": "~1.7.1",
"hubot": ">= 2.6.0 < 3.0.0"
},
"bugs": {
"url": "https://github.com/ynab/hubot-github-webhook-listener/issues"
},
"dependencies": {
"querystring": "^0.2.0",
"url": "^0.10.3"
}
}