forked from hubotio/hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (39 loc) · 991 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
41
42
43
44
{
"name": "hubot",
"version": "2.2.1",
"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": "https://github.com/github/hubot.git"
},
"dependencies": {
"coffee-script": "1.3.1",
"optparse": "1.0.3",
"scoped-http-client": "0.9.7",
"log": "1.3.0",
"connect": "2.1.0",
"connect_router": "1.8.6",
"cf-runtime": ">=0.0.1",
"irc": "0.3.3",
"underscore": "1.3.3",
"underscore.string": "2.2.0rc",
"moment": "1.6.2",
"htmlparser": ">=1.7.6",
"soupselect": "0.2.0",
"flowdock": "0.4.x",
"aws2js": ">=0.6.12"
},
"main": "./index",
"bin": {
"hubot": "./bin/hubot"
},
"scripts" : {
"start" : "./node_modules/coffee-script/bin/coffee ./bin/hubot"
}
}