This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.46 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
{
"name": "masuilab-slack-hubot",
"version": "0.0.2",
"private": true,
"scripts": {
"test": "grunt test"
},
"author": "Takumi Baba",
"keywords": [
"github",
"hubot",
"campfire",
"bot"
],
"description": "slack-hubot scirpts for tean masuilab",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/masuilab/slack-hubot"
}
],
"repository": {
"type": "git",
"url": "https://github.com/masuilab/slack-hubot.git"
},
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.17.0",
"coffee-script": "^1.8.0",
"debug": "*",
"diff": "*",
"expand-url": "^0.1.3",
"hubot": ">= 2.6.0 < 3.0.0",
"hubot-12horoscopes": "0.0.4",
"hubot-coveralls": "1.0.5",
"hubot-gohan": "0.0.3",
"hubot-rss-reader": "^0.3",
"hubot-scripts": ">= 2.5.0 < 3.0.0",
"hubot-sfc-bus": "^0.1.4",
"hubot-slack": "^2.1.0",
"hubot-weather-ja": "0.0.1",
"linda": "~>1.1",
"lodash": "^2.4.1",
"request": "^2.36.0",
"socket.io-client": "~>1.0"
},
"devDependencies": {
"coffeelint": "*",
"coffee-errors": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-coffeelint": "*",
"grunt-contrib-watch": "*",
"grunt-notify": "*",
"grunt-jsonlint": "*",
"grunt-simple-mocha": "*",
"mocha": "*",
"supertest": "*"
},
"engines": {
"node": "0.10.x"
},
"config": {
"coveralls": {
"envelope": {
"room": "#news"
}
}
}
}