-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "hal",
"version": "0.0.0",
"private": true,
"author": "yes",
"description": "A simple useful robot to make my life easier.",
"dependencies": {
"cheerio": "^0.19.0",
"chrono-node": "^1.1.2",
"date-utils": "^1.2.17",
"githubot": "^1.0.0",
"hubot": "^2.17.0",
"hubot-diagnostics": "0.0.1",
"hubot-dinner": ">= 0.0.2",
"hubot-dudesweet": "^0.1.0",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.2",
"hubot-heroku-keepalive": "^1.0.1",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.4.2",
"hubot-travis-ci": "0.0.2",
"lodash": "^3.10.1",
"moment": "^2.11.0",
"nodepie": "^0.7.0",
"request": "^2.67.0",
"scraper": "0.0.9",
"tumblrbot": "^0.1.0",
"twit": "^2.1.1",
"underscore": "^1.8.3",
"wolfram": "^0.3.2",
"xml2js": "^0.4.15"
},
"engines": {
"node": "0.10.x"
}
}