-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
{
"name": "r2",
"version": "0.0.0",
"private": true,
"author": "Tim Broder <[email protected]>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"hubot": "^2.18.0",
"hubot-business-cat": "^1.5.0",
"hubot-codinglove": "^0.2.6",
"hubot-darksky": "^1.0.2",
"hubot-devops-reactions": "^1.0.2",
"hubot-diagnostics": "0.0.1",
"hubot-fliptable": "^1.2.0",
"hubot-github-repo-event-notifier": "^1.6.0",
"hubot-google-hangouts": "^0.7.1",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.3",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-http-status": "^0.2.1",
"hubot-mailchimp": "^1.2.1",
"hubot-maps": "0.0.2",
"hubot-mute": "0.0.9",
"hubot-pager-me": "^2.1.13",
"hubot-principles": "^1.0.0",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rss-alerts": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-sentimental": "^1.0.8",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.4.2",
"hubot-thank-you": "0.0.3",
"hubot-trello": "^0.1.1",
"hubot-victory": "^1.5.1"
},
"engines": {
"node": "0.10.x"
}
}