ghost-storage-cos
Version:
This Ghost custom storage module allows you to store media file with Tencent Cloud Cos instead of storing at local machine.
33 lines • 903 B
JSON
{
"name": "ghost-storage-cos",
"version": "1.0.6",
"description": "This Ghost custom storage module allows you to store media file with Tencent Cloud Cos instead of storing at local machine.",
"main": "index.js",
"dependencies": {
"cos-nodejs-sdk-v5": "^2.5.9",
"ghost-ignition": "^4.2.1",
"ghost-storage-base": "^0.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZhelinCheng/ghost-qcloud-cos.git"
},
"keywords": [
"ghost-storage-adapter",
"ghost",
"ghost storage",
"腾讯云对象存储",
"cos",
"qcloud"
],
"author": "ZhelinCheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZhelinCheng/ghost-qcloud-cos/issues"
},
"homepage": "https://github.com/ZhelinCheng/ghost-qcloud-cos#readme"
}