📦 vcgtz / ghost-gcp-storage-adapter

📄 package.json · 36 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36{
  "name": "ghost-gcp-storage-adapter",
  "version": "1.2.0",
  "description": "Ghost adapter to store images into Google Cloud Storage",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vcgtz/ghost-gcp-storage-adapter.git"
  },
  "keywords": [
    "ghost",
    "ghostjs",
    "gcp",
    "google",
    "cloud",
    "google",
    "cloud",
    "storage",
    "buckets",
    "images"
  ],
  "author": "Vicente Gutiérrez (@vcgtz)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vcgtz/ghost-gcp-storage-adapter/issues"
  },
  "homepage": "https://github.com/vcgtz/ghost-gcp-storage-adapter#readme",
  "dependencies": {
    "@google-cloud/storage": "^6.9.4",
    "ghost-storage-base": "^1.0.0"
  }
}