-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.34 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
{
"name": "hosted-hubot",
"version": "2.10.0",
"private": true,
"author": "GitHub Inc.",
"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"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"scripts": {
"lint": "coffeelint -f coffeelint.json *.json scripts/*.coffee"
},
"dependencies": {
"cron": "^1.0.9",
"hubot": "^2.12.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-lets-party": "^0.1.0",
"hubot-maps": "0.0.2",
"hubot-phonetic-alphabet": "^0.1.0",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-slack": "^3.3.0",
"hubot-sushiyuki": "0.0.8",
"hubot-tantanmen": "^0.1.1",
"hubot-thecat": ">= 1.0.1",
"hubot-youtube": "^0.1.2",
"js-yaml": ">= 3.1.0",
"sudden-death": "~0.1.0",
"underscore": ">= 1.6.0"
},
"engines": {
"node": ">= 0.12.x",
"npm": ">= 2.x"
},
"devDependencies": {
"coffeelint": "1.6.0"
}
}