-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 908 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
{
"name": "cyberbot",
"version": "0.0.0",
"private": true,
"author": "Min-Mac <[email protected]>",
"description": "cyberobject test",
"dependencies": {
"cheerio": "^0.20.0",
"eventproxy": "^0.3.4",
"hubot": "^2.18.0",
"hubot-diagnostics": "0.0.1",
"hubot-gitsy": "^0.8.3",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.3",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rocketchat": "^0.1.0",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-shipit": "^0.2.0",
"ioredis": "^1.15.1",
"lodash": "^4.11.0",
"log4js": "^0.6.33",
"moment": "^2.12.0",
"q": "^1.4.1",
"socket.io": "^1.4.5",
"util": "^0.10.3",
"xml2js": "^0.4.16"
},
"engines": {
"node": "0.10.x"
}
}