-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.52 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.52 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
46
47
48
49
50
{
"name": "calvinbot",
"version": "0.0.0",
"private": true,
"author": "Charles Watson <sircharleswatson@gmail.com>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"hubot": "^2.19.0",
"hubot-ab": "^1.1.3",
"hubot-bible-api": "^1.0.4",
"hubot-catme": "^1.0.0",
"hubot-commitstrip": "^1.0.1",
"hubot-cool-ascii-faces": "^1.2.0",
"hubot-cybernetic": "0.0.1",
"hubot-diagnostics": "0.0.1",
"hubot-emergencykitten": "^1.2.1",
"hubot-hackernews": "^1.0.0",
"hubot-hangman": "^1.3.1",
"hubot-help": "^0.2.0",
"hubot-howdoi": "^1.0.2",
"hubot-iss": "^2.0.0",
"hubot-istheinternetonfire": "^0.1.1",
"hubot-jokes": "0.0.12",
"hubot-manpages": "^1.0.0",
"hubot-maps": "0.0.2",
"hubot-meme": "github:reformeddevs/hubot-meme",
"hubot-mitch-jokes": "^0.1.4",
"hubot-movie": "^0.1.0",
"hubot-pandapanda": "^0.9.3",
"hubot-praise": "^0.1.3",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-ross": "^1.0.1",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-scripts-us-federal-holidays": "^1.1.0",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^4.3.2",
"hubot-speaking-of-which": "0.0.4",
"hubot-star-wars": "^0.2.0",
"hubot-sweet-slack-themes": "github:dan-menard/hubot-sweet-slack-themes",
"hubot-troll": "0.0.1",
"hubot-trollbot": "^0.1.1",
"hubot-voting": "^1.0.0",
"hubot-wsc": "github:reformeddevs/hubot-wsc"
},
"engines": {
"node": "0.10.x"
}
}