-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "strapi-provider-upload-minio-ce",
"version": "1.2.0",
"description": "minio provider for strapi ce 3.6.x and 4.x, private bucket supported(4.x only)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyce/strapi-provider-upload-minio-ce.git"
},
"keywords": [
"minio",
"strapi.io"
],
"author": "Echo Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/flyce/strapi-provider-upload-minio-ce/issues"
},
"homepage": "https://github.com/flyce/strapi-provider-upload-minio-ce#readme",
"dependencies": {
"mime-types": "2.1.35",
"minio": "7.1.1"
}
}