Alexandre Bodin ab698015cf v4.1.12
2022-05-25 17:17:49 +02:00

36 lines
790 B
JSON

{
"name": "@strapi/provider-upload-rackspace",
"version": "4.1.12",
"description": "Rackspace provider for strapi upload",
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/providers/upload-rackspace"
},
"keywords": [],
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Pongstr Ordillo",
"url": "https://github.com/pongstr"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./lib",
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"pkgcloud": "2.2.0",
"streamifier": "0.1.1"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
}
}