-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 990 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
31
32
33
34
35
36
{
"name": "@aicial/ghost-storage-google-cloud",
"version": "0.0.5",
"description": "Provides Google Cloud Storage (Buckets) support for Ghost",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aicial/ghost-storage-google-cloud.git"
},
"keywords": [
"ghost",
"google",
"cloud storage",
"gcloud",
"plugin"
],
"author": "Troy Kelly <[email protected]> (https://aicial.com/)",
"contributors": [
"Daniel Walton <[email protected]>",
"Matthew Compton <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aicial/ghost-storage-google-cloud/issues"
},
"homepage": "https://github.com/aicial/ghost-storage-google-cloud#readme",
"dependencies": {
"@google-cloud/storage": "^0.7.0",
"bluebird": "^3.4.7",
"util": "^0.10.3"
},
"devDependencies": {}
}