-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (33 loc) · 820 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": "hosted-hubot",
"version": "2.3.2",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
"licenses": [{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}],
"repository" : {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"hubot": "<=2.3.5",
"hubot-scripts": "<= 2.3.5",
"ical": ">=0.0.6",
"hubot-hipchat": ">= 1.0.9",
"optparse": "1.0.3",
"request": ">=2.10.0",
"redis": ">=0.7.2",
"node-xmpp": ">=0.3.2",
"wobot" : ">=0.8.0",
"express": "2.5.x",
"mongodb": "1.1.x",
"node-gyp": ">=0.0.0"
},
"engines": {
"node": "0.6.x",
"npm": "1.0.x"
}
}