Created
September 1, 2019 09:24
-
-
Save ajhalili2006/7b2e62a7389a71078b286a48fd0ee37a to your computer and use it in GitHub Desktop.
Just some imports there again....
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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