-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 Bytes
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
{
"name": "ghost-s3",
"version": "1.0.0",
"description": "S3 storage adapter for Ghost",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/beevk/ghost-s3.git"
},
"scripts": {
"build": "docker build -t beevk/ghost-s3 .",
"docker:start": "docker run -p 2368:2368 --name ghost-app -e NODE_ENV=development beevk/ghost-s3:latest"
},
"keywords": [
"ghost",
"S3",
"Cloudfront",
"Storage",
"CDN",
"Images"
],
"author": "Bivek Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/beevk/ghost-s3/issues"
},
"dependencies": {},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.2",
"semantic-release": "^23.0.6"
}
}