forked from github/hubot-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (42 loc) · 1.05 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
{
"name": "hubot-scripts",
"version": "2.0.4",
"author": "hubot",
"keywords": "hubot plugin scripts campfire bot robot",
"description": "Allows you to opt in to a variety of scripts",
"licenses": [{
"type": "MIT",
"url": "http://github.com/github/hubot-scripts/raw/master/LICENSE"
}],
"repository" : {
"type" : "git",
"url" : "https://github.com/github/hubot-scripts.git"
},
"dependencies": {
"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",
"sandbox": "0.8.2",
"prowler": "0.0.3"
},
"directories": {
"lib": "./src"
},
"engine": "node >= 0.4.1"
}