-
Notifications
You must be signed in to change notification settings - Fork 229
/
package.json
62 lines (62 loc) · 1.2 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
60
61
62
{
"name": "hubot-rocketchat",
"version": "2.0.0-development",
"files": [
"index.js"
],
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"contributors": [
{
"name": "Sing Li",
"email": "sing.li@rocket.chat"
},
{
"name": "Gabriel Engel",
"email": "gabriel.engel@rocket.chat"
},
{
"name": "Aaron Ogle",
"email": "aaron.ogle@rocket.chat"
},
{
"name": "Tim Kinnane",
"email": "tim.kinnane@rocket.chat"
}
],
"description": "Hubot Rocket.Chat Adapter",
"keywords": [
"hubot",
"adapter",
"rocketchat",
"rocket",
"chat"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RocketChat/hubot-rocketchat.git"
},
"bugs": {
"url": "https://github.com/RocketChat/hubot-rocketchat/issues",
"email": "support@rocket.chat"
},
"main": "index.js",
"dependencies": {
"@rocket.chat/sdk": "^0.2.1",
"hubot": "3"
},
"peerDependencies": {
"hubot": "3"
},
"devDependencies": {
"base64-url": "^2.0.0",
"debug": "^2.6.9",
"fresh": "^0.5.2",
"mime": "^1.4.1",
"morgan": "^1.9.1",
"negotiator": "^0.6.1"
}
}