-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 899 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": "strapi-provider-upload-exoscale",
"version": "1.0.8",
"description": "Exoscale (S3 compatible) upload provider for strapi",
"homepage": "https://strapi.io",
"keywords": [
"upload",
"s3",
"strapi",
"exoscale"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"aws-sdk": "2.839.0"
},
"devDependencies": {
"eslint": "7.19.0"
},
"strapi": {
"isProvider": true
},
"author": "xpera GmbH <info@xpera.ch> (https://xpera.ch)",
"repository": {
"type": "git",
"url": "git://github.com/xpera-ch/strapi-provider-upload-exoscale"
},
"bugs": {
"url": "https://github.com/xpera-ch/strapi-provider-upload-exoscale/issues"
},
"engines": {
"node": ">=10.0.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}