-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 803 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 803 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
35
36
37
{
"dependencies": {
"async": "^2.5.0",
"chalk": "^2.0.1",
"commander": "^2.11.0",
"elegant-status": "^1.1.0",
"moment": "^2.18.1",
"slack": "^8.3.1",
"underscore": "^1.8.3"
},
"name": "slack-archivebot",
"version": "0.4.1",
"description": "Archive old Slack channels",
"main": "index.js",
"author": "FINE (https://www.wearefine.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wearefine/slack-archive-bot.git"
},
"homepage": "https://github.com/wearefine/slack-archive-bot",
"scripts": {
"start": "node ./index.js"
},
"bin": {
"slack-archivebot": "./index.js"
},
"keywords": [
"slack",
"archive",
"cli",
"automation"
],
"devDependencies": {
"standard": "^11.0.1"
}
}