-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 865 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
{
"name": "hosted-hubot",
"version": "2.7.3",
"author": "GitHub Inc.",
"keywords": [
"github",
"hubot",
"campfire",
"bot",
"bloom"
],
"description": "A simple helpful robot for your Company",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"hubot": "~ 2.7.3",
"hubot-scripts": "~ 2.5.12",
"hubot-hipchat": "~ 2.6.4",
"hubot-hipchat-emoticons": ">=1.3.0",
"hubot-auth": ">= 1.0.0",
"scraper": "0.0.9",
"keyword-extractor": "0.0.7",
"soupselect": "0.2.0",
"htmlparser": "1.7.7",
"jsdom": "0.10.5",
"underscore": "1.6.0"
},
"engines": {
"node": ">= 1.2.x < 1.3.8",
"npm": ">= 1.1.x < 1.1.0"
}
}