-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 957 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": "hosted-hubot",
"version": "2.7.2",
"author": "GitHub Inc.",
"keywords": [
"github",
"hubot",
"bot"
],
"description": "A simple helpful robot for DOBT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"async": "^0.6.2",
"cron": "^1.0.4",
"githubot": "~1.0.0",
"hubot": ">= 2.7.2 < 3.0.0",
"hubot-github-todos": "^1.2.0",
"hubot-help": "^0.2.0",
"hubot-schedule": "^0.5.0",
"hubot-scripts": "2.5.11",
"hubot-slack": "^4.0.2",
"moment": "^2.13.0",
"nightmare": "^1.7.0",
"prettyjson": "^1.1.3",
"request": "~2.34.0",
"right-pad": "^1.0.0",
"sendgrid": "^3.0.5",
"time": "0.11.4",
"underscore": "~1.6.0"
},
"engines": {
"node": "~0.10.47",
"npm": "~3.10.8"
}
}