-
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) · 970 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 970 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": "easy-peasy-bot",
"version": "1.0.0",
"description": "The AuditBoard Celebration Bot is a friendly automaton who congratulates employees on anniversaries, birthdays, and more!.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leahlang4d2/easy-peasy-bot-app.git"
},
"keywords": [
"slack",
"bot"
],
"author": "#anniversary-bot hackathon team!",
"license": "MIT",
"bugs": {
"url": "https://github.com/leahlang4d2/easy-peasy-bot-app/issues"
},
"homepage": "https://github.com/leahlang4d2/easy-peasy-bot-app#readme",
"dependencies": {
"@slack/events-api": "^2.2.0",
"@slack/web-api": "^5.0.1",
"botkit": "0.2.2",
"botkit-storage-mongo": "^1.0.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"mongodb": "^1.4.39",
"pg": "^7.12.0"
}
}