forked from cobyism/ghost-on-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 708 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
{
"name": "ghost-on-heroku",
"description": "Just a blogging platform on Heroku.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/cobyism/ghost-on-heroku.git"
},
"bugs": "https://github.com/TryGhost/Ghost/issues",
"private": true,
"version": "3.2.0",
"dependencies": {
"casper": "github:tryghost/Casper#3.1.1",
"lyra": "github:tryghost/lyra",
"ghost": "^3.36.0",
"ghost-storage-adapter-s3": "^2.8.0",
"ghost-google-drive": "^2.0.3",
"mysql": "^2.18.1"
},
"engines": {
"node": "12.x"
},
"scripts": {
"postinstall": "cd content/adapters/storage/ghost-google-drive && npm install",
"start": "node server.js"
}
}