-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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": "bot",
"version": "0.0.0",
"private": true,
"author": "Ladi Adenusi <andela-ladenusi <ladi.adenusi@andela.co>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"async": "^2.0.1",
"hashids": "^1.1.1",
"hubot": "^2.19.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^4.0.2",
"hubot-youtube": "^1.0.2",
"moment": "^2.14.1",
"node-env-file": "^0.1.8",
"node-redis-pubsub": "^0.9.0",
"node-slack-upload": "1.1.1",
"request": "^2.74.0",
"shelljs": "^0.7.4"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-nodemon": "^2.0.3",
"nodemon": "^1.3.7"
}
}