forked from thombuchi/ghost-google-cloud-storage
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 805 Bytes
/
package.json
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
{
"name": "ghost-google-cloud-storage",
"version": "1.2.1",
"description": "A simple plugin to add Google Cloud Storage support for Ghost Blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thombuchi/ghost-google-cloud-storage.git"
},
"keywords": [
"ghost",
"google cloud",
"storage",
"plugin",
"blog"
],
"author": "Thomas Büchi Sagredo <[email protected]>)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thombuchi/ghost-google-cloud-storage/issues"
},
"homepage": "https://github.com/thombuchi/ghost-google-cloud-storage",
"dependencies": {
"@google-cloud/storage": "^5.8.3",
"ghost-storage-base": "0.0.1"
}
}