forked from hubotio/hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 978 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
45
46
47
48
{
"name": "hubot",
"version": "2.19.0",
"author": "hubot",
"keywords": [
"github",
"hubot",
"campfire",
"bot"
],
"description": "A simple helpful robot for your Company",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"async": ">=0.1.0 <1.0.0",
"chalk": "^1.0.0",
"cline": "^0.8.2",
"coffee-script": "1.6.3",
"connect-multiparty": "^1.2.5",
"express": "^3.21.2",
"log": "1.4.0",
"optparse": "1.0.4",
"scoped-http-client": "0.11.0"
},
"devDependencies": {
"hubot-mock-adapter": "^1.0.0",
"coffee-errors": "0.8.6",
"mocha": "^2.1.0",
"mockery": "^1.4.0",
"sinon-chai": "^2.8.0",
"sinon": "~1.17.0",
"chai": "~2.1.0"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"main": "./index",
"bin": {
"hubot": "./bin/hubot"
},
"scripts": {
"test": "./script/test"
}
}