-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
46 lines (46 loc) · 896 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
42
43
44
45
46
{
"name": "strapi-provider-upload-oss",
"version": "0.2.1",
"description": "Aliyun OSS provider for strapi upload",
"homepage": "http://strapi.io",
"keywords": [
"upload",
"aliyun",
"oss",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"ali-oss": "^6.0.1"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "[email protected]",
"name": "hezzze",
"url": "http://heze.io"
},
"maintainers": [
{
"name": "[email protected]",
"email": "hezzze",
"url": "http://heze.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/hezzze/strapi-provider-upload-oss.git"
},
"bugs": {
"url": "https://github.com/hezzze/strapi-provider-upload-oss/issues"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT"
}