mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 04:03:25 +00:00
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"name": "strapi-provider-upload-rackspace",
|
|
"version": "3.0.0",
|
|
"description": "Rackspace provider for strapi upload",
|
|
"main": "./lib",
|
|
"keywords": [],
|
|
"author": "Pongstr Ordillo <https://github.com/pongstr>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"pkgcloud": "^2.0.0",
|
|
"streamifier": "^0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
|
}
|