forked from RocketChat/Rocket.Chat.Hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Rocket.Chat.Hubot",
"version": "0.0.1",
"author": {
"name": "Rocket.Chat",
"email": "support@rocket.chat",
"url": "http://rocket.chat/"
},
"contributors": [{
"name": "Gabriel Engel",
"email": "gabriel.engel@rocket.chat"
}, {
"name": "Sing Li",
"email": "sing.li@rocket.chat"
}],
"description": "The sample Hubot for Rocket.Chat",
"keywords": [
"hubot",
"bot",
"adapter",
"rocketchat",
"rocket",
"chat"
],
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}],
"repository": {
"type": "git",
"url": "https://github.com/RocketChat/Rocket.Chat.Hubot.git"
},
"bugs": {
"url": "https://github.com/RocketChat/Rocket.Chat.Hubot/issues",
"email": "support@rocket.chat"
},
"dependencies": {
"underscore": "latest",
"underscore.string": "latest",
"nodemailer": "latest",
"hubot": "^2.13.1",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.5",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.1",
"hubot-shipit": "^0.2.0",
"hubot-github-repo-event-notifier": ">=0.0.0",
"hubot-rocketchat": "latest"
},
"engines": {
"node": "0.10.x"
}
}