forked from RocketChat/hubot-rocketchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 975 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
37
38
39
40
41
42
43
44
{
"name": "hubot-rocketchat",
"version": "0.0.27",
"author": {
"name": "Rocket.Chat",
"url": "http://rocket.chat/"
},
"contributors": [{
"name": "Sing Li",
"email": "[email protected]"
}, {
"name": "Gabriel Engel",
"email": "[email protected]"
}, {
"name": "Aaron Ogle",
"email": "[email protected]"
}],
"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": "[email protected]"
},
"devDependencies": {
"coffee-script": "~1.7.1"
},
"main": "./src/rocketchat",
"dependencies": {
"asteroid": "git://github.com/RocketChat/asteroid.git",
"parent-require": "^1.0.0",
"q": "^1.4.1"
}
}