-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
35 lines (35 loc) · 905 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
{
"name": "dockbot",
"version": "1.0.0",
"description": "Hubot in Docker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:noqcks/dockbot.git"
},
"author": "Ben Visser",
"license": "MIT",
"bugs": {
"url": "https://github.com/noqcks/dockbot/issues"
},
"homepage": "https://github.com/noqcks/dockbot#readme",
"dependencies": {
"hubot": "^2.17.0",
"hubot-auth": "^1.2.0",
"hubot-diagnostics": "0.0.1",
"hubot-help": "^0.1.2",
"hubot-newrelic2": "^0.2.5",
"hubot-out-of-office": "0.0.7",
"hubot-pager-me": "^2.1.10",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-schedule": "^0.4.0",
"hubot-scripts": "^2.16.2",
"hubot-shy": "^1.0.2",
"hubot-slack": "^3.4.2",
"hubot-standup-alarm": "0.0.7"
}
}