forked from sota1235/slack-hubot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.19 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "masuilab-slack-hubot",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "grunt test"
},
"author": "Sho Hashimoto <[email protected]>",
"keywords": [
"hubot"
],
"description": "slack-hubot for masuilab",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/masuilab/slack-hubot"
}
],
"repository": {
"type": "git",
"url": "https://github.com/masuilab/slack-hubot.git"
},
"dependencies": {
"bluebird": "^3.0.5",
"cheerio": "^0.20.0",
"co": "^4.6.0",
"coffee-script": "^1.12.5",
"debug": "*",
"diff": "*",
"expand-url": "^0.1.3",
"feedparser": "^1.1.4",
"find-rss": "< 1.6",
"githubot": "^1.0.0-beta2",
"hubot": "^2.12.0",
"hubot-12horoscopes": "0.0.11",
"hubot-anonymous-post": "0.0.3",
"hubot-coveralls": "1.0.5",
"hubot-diagnostics": "0.0.1",
"hubot-gohan": "^0.0.7",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "< 1.0.0",
"hubot-linda": "0.1.0",
"hubot-maps": "0.0.2",
"hubot-mongodb-brain": "^0.1.1",
"hubot-nomulish": "github:shokai/hubot-nomulish",
"hubot-pugme": "^0.1.0",
"hubot-rss-reader": "^0.8.3",
"hubot-rules": "^0.1.0",
"hubot-sfc-bus": "^0.1.4",
"hubot-shipit": "^0.2.0",
"hubot-shubot": "^1.0.0",
"hubot-slack": "^3.4.1",
"hubot-tabelog": "0.0.4",
"hubot-tiqav": "0.0.2",
"hubot-youtube": "^1.0.1",
"lodash": "^4.6.1",
"request": "^2.36.0",
"socket.io-client": "^1.3",
"weather-yahoo-jp": "^0.5.0"
},
"devDependencies": {
"coffeelint": "*",
"coffee-errors": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-coffeelint": "*",
"grunt-contrib-watch": "*",
"grunt-notify": "*",
"grunt-jsonlint": "*",
"grunt-simple-mocha": "*",
"mocha": "*",
"supertest": "*"
},
"engines": {
"node": "8.x",
"npm": "5.x"
},
"config": {
"coveralls": {
"envelope": {
"room": "#news"
}
}
},
"bugs": {
"url": "https://github.com/masuilab/slack-hubot/issues"
},
"homepage": "https://github.com/masuilab/slack-hubot",
"license": "MIT"
}