-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
47 lines (47 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "hubot-github-repo-event-notifier",
"description": "Notifies about any available GitHub repo event via webhook",
"version": "1.8.1",
"author": "patcon@gittip",
"contributors": [
"geekgonecrazy",
"martinb3",
"spajus@vinted",
"parkr",
"strugee"
],
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"notifier",
"github",
"events",
"webhooks"
],
"repository": {
"type": "git",
"url": "git://github.com/patcon/hubot-github-repo-event-notifier.git"
},
"bugs": {
"url": "https://github.com/patcon/hubot-github-repo-event-notifier/issues"
},
"dependencies": {
"coffee-script": "1.12.7"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-mocha-test": "^0.7.0",
"grunt-release": "^0.14.0",
"matchdep": "^0.1.2",
"mocha": "^5.0.5",
"sinon": "^4.4.8",
"sinon-chai": "^3.0.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}