snipette-ghost/package.json

34 lines
981 B
JSON

{
"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": "2.27.0",
"dependencies": {
"attila": "github:zutrinken/attila#1.13.0",
"bleak": "github:zutrinken/bleak#1.4.0",
"casper": "github:tryghost/Casper#2.10.6",
"ghost": "2.27.0",
"ghost-storage-adapter-s3": "^2.8.0",
"ghost-storage-cloudinary": "^1.1.4",
"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"
},
"engines": {
"node": "10.X"
},
"scripts": {
"start": "node server.js",
"postinstall": "bash bin/copy-themes.sh"
}
}