-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 790 Bytes
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
{
"name": "bot",
"version": "0.0.0",
"private": true,
"author": "Eric Matthews <ematthews@users.noreply.github.com>",
"description": "Helpful robot",
"dependencies": {
"cheerio": "0.19.0",
"flip": "0.1.1",
"htmlparser": "1.7.7",
"hubot-catfacts": "1.0.1",
"hubot-plusplus": "1.1.5",
"hubot-maps": "0.0.2",
"hubot-shipit": "~0.2.0",
"hubot-help": "~0.1.1",
"hubot-diagnostics": "0.0.1",
"hubot-pugme": "~0.1.0",
"hubot-rules": "~0.1.1",
"hubot-google-translate": "~0.2.0",
"hubot-heroku-keepalive": "~1.0.0",
"hubot-redis-brain": "0.0.3",
"hubot-slack": "~3.3.0",
"hubot-scripts": "~2.16.2",
"hubot": "~2.16.0",
"soupselect": "0.2.0",
"validator": "4.0.6"
},
"engines": {
"node": "0.10.x"
}
}