-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 854 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
{
"name": "ghost-storage-adapter-b2",
"version": "1.0.0",
"description": "Ghost Storage Adapter - Backblaze(B2) Cloud Storage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:martiendt/ghost-storage-adapter-b2.git"
},
"keywords": [
"ghost",
"backblaze",
"b2",
"cloud",
"storage",
"adapter",
"plugin"
],
"author": "Martien DT <martiendt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/martiendt/ghost-storage-adapter-b2/issues"
},
"homepage": "https://github.com/martiendt/ghost-storage-adapter-b2",
"dependencies": {
"bluebird": "^3.5.0",
"backblaze-b2": "1.0.2",
"util": "^0.10.3",
"request": "^2.81.0",
"ghost-storage-base": "^0.0.1"
}
}