-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·30 lines (30 loc) · 801 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
{
"name": "Roger",
"version": "0.0.0",
"private": true,
"author": "Summit Developers <summitdev@summitesp.com>",
"description": "A helpful robot for Summit Techinical Services",
"dependencies": {
"cheerio": "~0.19.0",
"flip": "~0.1.0",
"hubot": "^2.17.0",
"hubot-ambush": "0.0.3",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.2",
"hubot-maps": "0.0.1",
"hubot-plusplus": "^1.2.3",
"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.4.2",
"hubot-stackstorm": "^0.3.9",
"hubot-youtube": "^1.0.1"
},
"engines": {
"node": "0.10.x"
}
}