mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 09:15:55 +00:00
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "strapi-provider-upload-cloudinary",
|
|
"version": "3.0.0-beta.14",
|
|
"description": "Cloudinary provider for strapi upload",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"upload",
|
|
"cloudinary",
|
|
"strapi"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"cloudinary": "^1.14.0",
|
|
"into-stream": "^5.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": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
|
}
|