-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.24 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
48
49
50
51
{
"name": "hubot-jirabot",
"description": "A hubot script to fetch JIRA issues",
"version": "0.2.0",
"author": "Hasan Nizamani <[email protected]>",
"keywords": [
"hubot",
"hubot-scripts"
],
"repository": {
"type": "git",
"url": "git://github.com/agiledigital/hubot-jirabot.git"
},
"bugs": {
"url": "https://github.com/agiledigital/hubot-jirabot/issues"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3",
"hubot-mock-adapter": "~1.0.0",
"hubot": "2.x"
},
"dependencies": {
"hubot": "^2.16.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.2.1",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "^1.0.0",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "agiledigital/hubot-slack"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}