-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 983 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
{
"name": "NotoriousBOT",
"version": "0.0.1",
"private": true,
"author": "AP <[email protected]>",
"description": "Notorious B.O.T. is here to help.",
"scripts": {
"local": "bin/hubot -n NotoriousBOT"
},
"dependencies": {
"cron": "^1.0.9",
"googleapis": "^0.8.0",
"hubot": "^2.11.1",
"hubot-chartbeat": "^0.2.2",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.3",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.1",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.1.2",
"hubot-slack": "^3.2.1",
"hubot-youtube": "^0.1.2",
"lodash": "^3.3.1",
"moment": "^2.9.0",
"moment-timezone": "^0.3.0",
"request": "^2.55.0",
"superheroes": "^1.0.0",
"supervillains": "^1.0.0"
},
"engines": {
"node": "0.10.x"
}
}