-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1012 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
37
38
39
40
41
{
"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"
}
}