-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 KB
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": "brobot",
"version": "2.7.4",
"private": true,
"author": "GitHub Inc.",
"description": "A simple, helpful robot to be your personal bro",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"htmlparser": "^1.7.7",
"hubot": "^2.11.4",
"hubot-diagnostics": "0.0.1",
"hubot-dogeme": "^1.0.0",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-has-no-idea": "^1.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-hipchat": "^2.7.5",
"hubot-maps": "0.0.2",
"hubot-newbot": "^0.3.0",
"hubot-parsebot": "^1.1.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-retro": "^1.0.4",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.1.2",
"hubot-youtube": "^0.1.2",
"soupselect": "^0.2.0",
"underscore": "^1.8.3",
"underscore.string": "^3.0.3"
},
"engines": {
"node": "0.10.x"
}
}