-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 830 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
{
"name": "digest-slack-bot",
"version": "1.0.0",
"description": "When invited to your Slack channels, this bot identifies messages that were added a specific reaction (e.g. a balloon), and shares a weekly digest of messages with the most of those reactions.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MeetMangrove/digest-slack-bot.git"
},
"contributors": [
"Francesco Occhipinti",
"Adrien Joly"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MeetMangrove/digest-slack-bot/issues"
},
"homepage": "https://github.com/MeetMangrove/digest-slack-bot#readme",
"dependencies": {
"express": "^4.14.0",
"mongoose": "^4.5.9",
"request": "^2.74.0",
"slackbots": "^0.5.2"
}
}