forked from hubotio/hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (45 loc) · 1.09 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
{
"name": "hubot",
"version": "2.1.2",
"author": "hubot",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
"licenses": [{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}],
"repository" : {
"type" : "git",
"url" : "http://github.com/github/hubot.git"
},
"dependencies": {
"coffee-script": "1.2.0",
"optparse": "1.0.3",
"scoped-http-client": "0.9.6",
"log": "1.2.0",
"connect": "1.8.5",
"hubot": ">= 2.0.4",
"optparse": "1.0.3",
"redis": "0.6.7",
"jsdom": "==0.2.0",
"xml2js": "0.1.x",
"soupselect": "0.2.0",
"htmlparser": "1.7.x",
"sprintf": "0.1.1",
"wwwdude": "0.1.0",
"pypi": "0.1.0",
"underscore": ">= 1.2.1",
"underscore.string": ">= 1.1.6",
"cradle": "0.5.7",
"clark": ">= 0.0.3",
"bang": "0.2.x",
"shellwords": "0.0.x",
"nodepie": "0.4.0",
"mailer": "0.6.7",
"scribe-node": "0.0.24"
},
"main": "./index",
"bin": {
"hubot": "./bin/hubot"
}
}