forked from qkraudghgh/9xd-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 937 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
{
"name": "9xd",
"version": "0.0.0",
"private": true,
"author": "9xd",
"description": "9xd-bot",
"dependencies": {
"cheerio": "^0.22.0",
"coffee-script": "^1.10.0",
"cron": "1.1.0",
"firebase": "^2.2.7",
"firebase-token-generator": "^2.0.0",
"hubot": "^2.19.0",
"hubot-diagnostics": "0.0.1",
"hubot-eval-js": "^1.0.11",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-qr": "0.0.2",
"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",
"moment": "^2.13.0",
"q": "^1.4.1"
},
"peerDependencies": {
"hubot": "2.x"
},
"engines": {
"node": "4.4.x"
},
"devDependencies": {
"coveralls": "^2.11.12"
}
}