-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 787 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
{
"name": "reminder-bot",
"version": "0.0.1",
"private": true,
"author": "mel <mel.michael@andela.co>",
"description": "This bot sends a reminder for special events, programs, general meetings, birthdays and important daily tasks like logging time.",
"dependencies": {
"hubot": "^2.13.2",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.5",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"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.1",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.3.0",
"lodash": "^3.9.3",
"needle": "^0.9.2"
},
"engines": {
"node": "0.10.x"
}
}