-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 998 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 998 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
32
33
34
{
"name": "lightbot",
"version": "0.0.0",
"private": true,
"author": "Veronica Ng <veronica@chasinglights.com>",
"description": "I’ll build by own theme park. With black jack, and hookers. In fact, forget the park!",
"dependencies": {
"hubot": "^2.16.0",
"hubot-cah": "cofounders/hubot-cah",
"hubot-calculator": ">= 0.3.0",
"hubot-cheer": "^0.1.0",
"hubot-currency": "latest",
"hubot-diagnostics": "0.0.1",
"hubot-forecastio": ">= 1.0.0",
"hubot-google-images": "^0.2.2",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-insulter": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-privilege": "0.0.5",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-sentiment": "^1.2.6",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.3.0",
"hubot-sushiyuki": "0.0.2",
"hubot-xkcd": "0.0.3"
},
"engines": {
"node": "0.10.x"
}
}