mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 13:17:47 +00:00
36 lines
790 B
JSON
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"
|
|
}
|
|
}
|