Skip to content

Instantly share code, notes, and snippets.

@KaySchneider
Created December 28, 2018 07:39
Show Gist options
  • Save KaySchneider/788f55a352f0b7e62d35cef0c2622f5f to your computer and use it in GitHub Desktop.
Save KaySchneider/788f55a352f0b7e62d35cef0c2622f5f to your computer and use it in GitHub Desktop.
Package.json for ghost publishing plattform, install via npm package and not via ghost cli
{
"name": "ghostappengine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "6.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.3",
"ghost": "^2.9.1",
"knex-migrator": "^3.2.4",
"mysql": "^2.15.0",
"prompt": "^1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment