-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1009 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
{
"name": "seekbot",
"version": "0.0.0",
"private": true,
"author": "tbenade",
"description": "A helpul robotic fellow ready to be commanded",
"dependencies": {
"cheerio": "^0.18.0",
"clark": "0.0.6",
"htmlparser": "^1.7.7",
"hubot": "^2.10.0",
"hubot-darksky": "^1.0.2",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.1",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-plusplus": "^1.1.2",
"hubot-principles": "^1.0.0",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-slack": "^3.1.0",
"hubot-thesimpsons": "^1.1.2",
"hubot-trivia-game": "^1.0.1",
"hubot-victory": "^1.2.0",
"hubot-youtube": "^0.1.2",
"jsdom": "^1.5.0",
"soupselect": "^0.2.0",
"underscore": "^1.7.0"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "bin/hubot -a slack -n seekbot"
},
"devDependencies": {}
}