forked from thelovekesh/ghost-v4-on-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 946 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": "ghost-v4-on-heroku",
"version": "4.2.2",
"description": "Deploy latest ghost v4 on Heroku",
"main": "thelovekesh.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thelovekesh/ghost-v4-on-heroku.git"
},
"keywords": [
"ghost",
"ghost v4",
"heroku"
],
"author": "thelovekesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/thelovekesh/ghost-v4-on-heroku/issues"
},
"homepage": "https://github.com/thelovekesh/ghost-v4-on-heroku#readme",
"engines": {
"node": "12.X"
},
"dependencies": {
"casper": "github:TryGhost/Casper#main",
"ghost": "^4.7.0",
"ghost-storage-adapter-s3": "^2.8.0",
"ghost-storage-cloudinary": "^2.1.5",
"lyra": "github:TryGhost/lyra#main",
"mysql": "^2.18.1"
},
"scripts": {
"start": "node thelovekesh.js",
"postinstall": "bash bin/cloudinary.sh && bash bin/aws-s3.sh && bash bin/themes.sh"
}
}