Alexandre Bodin e63fb9d509 v3.6.6
2021-08-04 17:06:51 +02:00

54 lines
1.1 KiB
JSON

{
"name": "strapi-provider-upload-cloudinary",
"version": "3.6.6",
"description": "Cloudinary provider for strapi upload",
"homepage": "https://strapi.io",
"keywords": [
"upload",
"cloudinary",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"cloudinary": "^1.25.1",
"into-stream": "^5.1.0"
},
"peerDependencies": {
"strapi-plugin-upload": "^3.1.6"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "perret.luca@gmail.com",
"name": "Luca Perret",
"url": "https://github.com/lucaperret"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "echo \"no tests yet\""
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}