-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 808 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 808 Bytes
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
{
"name": "roger",
"version": "0.0.0",
"private": true,
"author": "Maxime Mouchet <max@maxmouchet.com>",
"description": "Slaps you around with a large trout.",
"dependencies": {
"htmlparser": "^1.7.7",
"hubot": "^2.12.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0",
"hubot-youtube": "^0.1.2",
"ical.js": "0.0.6",
"moment": "^2.10.2",
"request": "^2.55.0",
"soupselect": "^0.2.0"
},
"engines": {
"node": "0.10.x"
}
}