-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 854 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
{
"name": "strapi-upload-dropbox",
"version": "0.0.3",
"description": "Dropbox provider for strapi upload",
"homepage": "https://github.com/olivmonnier/strapi-upload-dropbox",
"keywords": [
"upload",
"dropbox",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"dropbox": "^4.0.9",
"isomorphic-fetch": "^2.2.1"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "[email protected]",
"name": "Olivier Monnier",
"url": "https://github.com/olivmonnier"
},
"repository": {
"type": "git",
"url": "git://github.com/olivmonnier/strapi-upload-dropbox.git"
},
"bugs": {
"url": "https://github.com/olivmonnier/strapi-upload-dropbox/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
},
"license": "MIT"
}