forked from mark-ignacio/hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 821 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
{
"name": "bender",
"version": "0.0.0",
"private": true,
"author": "Jonathan Warner <[email protected]>",
"description": "Knight Hacks bot",
"dependencies": {
"cheerio": "0.7.0",
"hubot": "^2.15.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.5",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"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": "^3.3.0",
"hubot-wikipedia": "0.0.3",
"hubot-youtube": "^1.0.2",
"markov": "0.0.7",
"request": "^2.53.0",
"word-list-json": "^0.2.0",
"xml2js": "^0.4.17"
},
"engines": {
"node": "0.10.x"
}
}