Skip to content

Instantly share code, notes, and snippets.

@ajhalili2006
Created September 1, 2019 09:24
Show Gist options
  • Save ajhalili2006/7b2e62a7389a71078b286a48fd0ee37a to your computer and use it in GitHub Desktop.
Save ajhalili2006/7b2e62a7389a71078b286a48fd0ee37a to your computer and use it in GitHub Desktop.
Just some imports there again....
{
"name": "ghost-imports",
"version": "1.230.2",
"description": "Install a Ghost blog on Glitch without the pre-installation stress, pre-configured and pre-installed based on v2.30.2."
"scripts": {
"start": "bash init.sh && node node_modules/ghost/index"
},
"dependencies": {
"ghost": "^2.30.2",
"ghost-cli": "^1.10.0",
"knex-migrator": "^3.2.6"
},
"engines": {
"node": "10.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/ghost-v2-30-2"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express",
"ghost"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment