-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 921 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
{
"name": "autobot",
"version": "0.0.0",
"private": true,
"author": "davesade.42@gmail.com",
"description": "A simple helpful robot for your Company",
"dependencies": {
"hubot": "^2.19.0",
"hubot-ansible": "^0.1.2",
"hubot-auth": "github:hubot-scripts/hubot-auth",
"hubot-aws": "^0.4.0",
"hubot-daily-update": "^1.1.1",
"hubot-darksky": "^1.0.2",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.2.6",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-lambda": "0.0.0",
"hubot-maps": "0.0.2",
"hubot-microsoft-translator": "^0.2.0",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.4.2",
"hubot-standup-alarm": "^0.1.0",
"hubot-victory": ">= 0.0.0"
},
"engines": {
"node": "0.10.x"
}
}