forked from shorwood/strapi-provider-upload-do
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 826 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 826 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
38
39
40
{
"name": "strapi-provider-upload-do",
"version": "3.3.4",
"description": "Digital ocean spaces provider for Strapi upload plugin",
"homepage": "http://strapi.io",
"keywords": [
"upload",
"digitalocean",
"spaces",
"strapi",
"provider"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"aws-sdk": "2.388.0"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "adam@qusion.com",
"name": "Qusion s.r.o.",
"url": "https://qusion.com"
},
"repository": {
"type": "git",
"url": "git://github.com/shorwood/strapi-provider-upload-do.git"
},
"bugs": {
"url": "https://github.com/shorwood/strapi-provider-upload-do/issues"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}