forked from LouiseMcMahon/nodebb-plugin-s3-uploads
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1013 Bytes
/
package.json
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
38
39
40
41
{
"name": "nodebb-plugin-minio-uploads",
"version": "1.0.3",
"description": "A plugin for NodeBB to take file uploads and store them on MinIO updated.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BBleae/nodebb-plugin-minio-uploads.git"
},
"keywords": [
"nodebb",
"s3",
"aws",
"plugin",
"uploads"
],
"author": "Micheil Smith <micheil@kano.me>",
"contributors": [
"Barış Soner Uşaklı <barisusakli@gmail.com>",
"Joseph Chen <joseph.chen@gmail.com>",
"louise McMahon <louise@louisemcmahon.co.uk>",
"BBleae Sip <bbleae@baka.studio>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BBleae/nodebb-plugin-minio-uploads/issues"
},
"nbbpm": {
"compatibility": "^1.5.0"
},
"dependencies": {
"gm": "~1.21.1",
"mime": "^2.4.4",
"minio": "^7.0.12",
"request": "^2.88.0",
"uuid": "^3.3.3"
}
}