-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "hal",
"version": "0.0.0",
"private": true,
"author": "Joe Drew <joe.drew@ecobee.com>",
"description": "your helpful pal",
"dependencies": {
"basic-auth": "^2.0.1",
"columnify": "^1.5.4",
"cron": "^1.7.0",
"fuzzy": "^0.1.3",
"hubot": "^3.2.0",
"hubot-conversation": "^1.1.1",
"hubot-diagnostics": "^1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-jira-bot": "git://github.com/joedrew/hubot-jira-bot.git#email-address",
"hubot-loudbot": "^1.5.1",
"hubot-maps": "0.0.3",
"hubot-plusplus-slack": "git+https://github.com/joedrew/hubot-plusplus.git",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "^1.0.0",
"hubot-rolldice": "^1.3.0",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.6.0",
"ical": "^0.6.0",
"icalendar": "^0.7.1",
"underscore.string": "^3.3.5"
},
"engines": {
"node": "10.x"
}
}