mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"name": "strapi-provider-upload-rackspace",
|
|
"version": "3.1.4",
|
|
"description": "Rackspace provider for strapi upload",
|
|
"main": "./lib",
|
|
"keywords": [],
|
|
"author": "Pongstr Ordillo <https://github.com/pongstr>",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"pkgcloud": "^2.0.0",
|
|
"streamifier": "^0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|