forked from AdamZikmund/strapi-provider-upload-digitalocean
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.05 KB
/
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
42
43
44
45
46
47
48
{
"name": "@digichanges/strapi-provider-upload-digitalocean",
"version": "1.0.0",
"description": "Digital ocean spaces provider for Strapi upload plugin",
"homepage": "http://strapi.io",
"keywords": [
"upload",
"digitalocean",
"spaces",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"aws-sdk": "2.388.0",
"crypto": "^1.0.1",
"urijs": "^1.19.11"
},
"strapi": {
"isProvider": true
},
"author": {
"name": "Nathan M. Russo",
"email": "nrusso@digichanges.com",
"url": "https://digichanges.com"
},
"maintainers": [
{
"name": "Nathan M. Russo",
"email": "nrusso@digichanges.com",
"url": "https://digichanges.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/DigiChanges/strapi-provider-upload-digitalocean.git"
},
"bugs": {
"url": "https://github.com/DigiChanges/strapi-provider-upload-digitalocean/issues"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}