{ "private": true, "name": "ghost", "version": "0.0.6", "description": "ghost blog", "scripts": { "deploy": "sh deploy.sh", "build": "sh build.sh", "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://sigyl.com/git/stack/ghost" }, "author": "Giles Bradshaw", "license": "ISC", "devDependencies": { "standard-version": "git+https://github.com/gilesbradshaw/standard-version.git" } }