forked from princiweb/robo_tope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 KB
/
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
41
42
43
{
"name": "robo_tope",
"version": "0.0.1",
"private": true,
"author": "Victor Perin <me@victorperin.ninja>",
"description": "Robo tope! :)",
"dependencies": {
"cron": "^1.0.9",
"hubot": "^2.19.0",
"hubot-conversation": "^1.1.1",
"hubot-diagnostics": "0.0.2",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^0.2.2",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "0.0.4",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^3.4.0",
"hubot-telegram": "^0.1.2",
"moment": "^2.10.6",
"ping": "^0.2.2"
},
"engines": {
"node": "6.9.x"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/princiweb/robo_tope.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/princiweb/robo_tope/issues"
},
"homepage": "https://github.com/princiweb/robo_tope#readme"
}