ghost-gcs
Version:
Ghost.org Google Cloud Storage adapter
31 lines (30 loc) • 676 B
JSON
{
"name": "ghost-gcs",
"version": "0.0.4",
"dependencies": {
"@google-cloud/storage": "^2.5.0",
"ghost-storage-base": "0.0.3"
},
"description": "Ghost.org Google Cloud Storage adapter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomas-vl/ghost-gcs.git"
},
"keywords": [
"Ghost.org",
"Google",
"Cloud",
"Storage",
"adapter"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomas-vl/ghost-gcs/issues"
},
"homepage": "https://github.com/thomas-vl/ghost-gcs#readme"
}