forked from merijnponzo/strapi-provider-upload-local-resize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 924 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
{
"bundleDependencies": false,
"dependencies": {
"jimp": "^0.6.0"
},
"deprecated": false,
"description": "Local provider for strapi upload with resize and variants",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
},
"homepage": "http://github.com/merijnvanessen/strapi-provider-upload-local-resize",
"keywords": [
"upload",
"strapi"
],
"license": "MIT",
"main": "./lib",
"name": "strapi-provider-upload-local-resize",
"repository": {
"type": "git",
"url": "git://github.com/merijnvanessen/strapi-provider-upload-local-resize.git"
},
"strapi": {
"isProvider": true
},
"bugs": {
"url": "git://github.com/merijnvanessen/strapi-provider-upload-local-resize"
},
"version": "0.0.31",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ponzo"
}