forked from hubotio/hubot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (70 loc) · 1.53 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "goodbot",
"version": "2.4.8-12",
"author": "GitHub Inc., eGood LLC",
"keywords": "github hubot IRC 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": "https://github.com/github/hubot.git"
},
"dependencies": {
"redis": "0.8.2",
"hubot": "2.4.8",
"hubot-scripts": ">= 2.1.0",
"optparse": "1.0.3",
"sandbox" : "0.8.3",
"htmlparser" : "1.7.4",
"xml2js" : "0.2.6",
"soupselect" : "0.2.0",
"hubot-irc": "0.1.x",
"jsdom": "0.5.2",
"underscore": "1.4.4",
"pivotal": "0.1.3",
"githubot": "0.3.1",
"irc": "0.3.6"
},
"engines": {
"node": ">=0.6.x",
"npm": ">=1.0.x"
},
"name": "hubot",
"version": "2.6.3",
"author": "hubot",
"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.md"
}],
"repository" : {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"coffee-script": "1.6.3",
"optparse": "1.0.4",
"scoped-http-client": "0.9.8",
"log": "1.4.0",
"express": "3.3.4"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"main": "./index",
"bin": {
"hubot": "./bin/hubot"
}
}