-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 921 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
{
"name": "dailyshiz",
"version": "0.0.0",
"private": true,
"author": "brunty <[email protected]>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"cheerio": "^0.19.0",
"hubot": "^2.13.2",
"hubot-diagnostics": "0.0.1",
"hubot-google-translate": "^0.2.0",
"hubot-has-no-idea": "~1.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.2",
"hubot-markov": "~1.3.0",
"hubot-motivate": "~3.0.0",
"hubot-pokedex": "0.0.4",
"hubot-pugme": "^0.1.0",
"hubot-rate-limiter": "0.0.3",
"hubot-redis-brain": "0.0.3",
"hubot-response": "~1.1.3",
"hubot-response-applause": "~1.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.1",
"hubot-slack": "^3.3.0",
"node-flickr": "^1.0.0",
"request": "^2.62.0",
"hubot-auth": "~1.2.0"
},
"engines": {
"node": "0.10.x"
}
}