forked from muzix/ghost-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 836 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
{
"name": "ghost-s3-storage",
"version": "0.2.2",
"description": "Store Ghost's media at AWS S3 storage. Modified version of ghost-s3 (https://www.npmjs.org/package/ghost-s3) and ghost-aws-s3 (https://github.com/kimar/ghost-aws-s3) ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/muzix/ghost-s3.git"
},
"keywords": [
"ghost",
"aws",
"amazon",
"s3",
"storage",
"plugin",
"blog"
],
"author": "Hoang Pham Huu <[email protected]> (http://thucdon24.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/muzix/ghost-s3/issues"
},
"homepage": "https://github.com/muzix/ghost-s3",
"dependencies": {
"aws-sdk": "^2.1.6",
"when": "^3.6.4"
}
}