-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 776 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": "uploaded-file-cleaner",
"version": "1.0.0",
"description": "Cleans uploaded files and puts them in an Imgur album.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devs-devs-devs/uploaded-file-cleaner.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/devs-devs-devs/uploaded-file-cleaner/issues"
},
"homepage": "https://github.com/devs-devs-devs/uploaded-file-cleaner#readme",
"dependencies": {
"dotenv": "^4.0.0",
"imgur": "^0.2.1",
"imgur-uploader": "^4.2.1",
"querystring": "^0.2.0",
"slack": "^8.3.1",
"slack-incoming-webhook": "^1.1.0"
}
}