2018-07-10 18:10:42 +02:00

46 lines
920 B
JSON

{
"name": "strapi-upload-cloudinary",
"version": "3.0.0-alpha.12.7.1",
"description": "Cloudinary provider for strapi upload",
"homepage": "http://strapi.io",
"keywords": [
"upload",
"cloudinary",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"cloudinary": "^1.11.0",
"into-stream": "^3.1.0"
},
"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": "http://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
},
"license": "MIT"
}