forked from SNathJr/ghost-on-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 KB
/
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-on-heroku",
"description": "Just a blogging platform on Heroku.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/snathjr/ghost-on-heroku.git"
},
"bugs": "https://github.com/TryGhost/Ghost/issues",
"private": true,
"version": "3.2.0",
"dependencies": {
"attila": "github:zutrinken/attila#1.13.0",
"bleak": "github:zutrinken/bleak#1.4.0",
"casper": "github:tryghost/Casper#3.0.4",
"ghost": "^3.2.0",
"ghost-storage-adapter-s3": "^2.8.0",
"ghost-storage-cloudinary": "^2.0.2",
"ghost-webdav-storage-adapter": "^0.3.5",
"london": "github:tryghost/london#1.0.0",
"massively": "github:tryghost/massively#1.0.2",
"mysql": "^2.17.1",
"the-shell": "github:mityalebedev/The-Shell#v2.0.0",
"vapor": "github:sethlilly/Vapor#v1.6.0",
"pico": "github:tryghost/pico",
"lyra": "github:tryghost/lyra",
"liebling": "github:snathjr/liebling"
},
"engines": {
"node": "10.X"
},
"scripts": {
"start": "node server.js",
"postinstall": "bash bin/copy-themes.sh && bash bin/copy-webdav-plugin.sh"
}
}