{ "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": "1.25.5", "dependencies": { "casper": "github:tryghost/Casper#2.1.9", "ghost": "^1.25.5", "ghost-storage-adapter-s3": "^2.3.0", "mysql": "^2.14.1" }, "engines": { "node": "10.x" }, "scripts": { "start": "node server.js" } }