-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "cebot",
"version": "1.0.0",
"private": true,
"author": "Cevo <[email protected]>",
"description": "Cebot is a Hubot",
"dependencies": {
"cheerio": ">= 0.0.1",
"chrono-node": ">= 0.1.10",
"htmlparser": ">= 0.0.1",
"hubot": "^2.11.0",
"hubot-bikeshed": "*",
"hubot-business-cat": "*",
"hubot-cron": "^0.2.9",
"hubot-diagnostics": "0.0.1",
"hubot-factoid": "*",
"hubot-google-images": "^0.1.2",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.1",
"hubot-plusplus": ">= 0.1.3",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-seriouslyguys": "*",
"hubot-shipping-forecast": "*",
"hubot-slack": "^3.2.1",
"hubot-slack-vote": "*",
"hubot-standup-alarm": "*",
"hubot-tell": "*",
"hubot-thank-you": "*",
"hubot-thesimpsons": "*",
"hubot-youtube": "^0.1.2",
"lodash": ">= 2.4.1",
"moment": ">= 2.8.1",
"soupselect": ">= 0.0.1",
"twit": ">= 0.0.1",
"underscore": ">= 0.0.1"
},
"engines": {
"node": "0.10.x"
}
}