{ "name": "semantic-release", "description": "semantic semver compliant package publishing", "version": "0.0.0", "author": "Stephan Bönnemann ", "bin": "./bin/semantic-release", "bugs": { "url": "https://github.com/boennemann/semantic-release/issues" }, "dependencies": { "conventional-changelog": "0.0.11", "github": "^0.2.3", "minimist": "^1.1.0", "parse-github-repo-url": "^1.0.0", "semver": "^4.2.0" }, "devDependencies": { "standard": "^2.3.1" }, "homepage": "https://github.com/boennemann/semantic-release", "keywords": [ "release", "publish", "module", "package", "semver", "version", "changelog" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/boennemann/semantic-release.git" }, "scripts": { "postpublish": "./bin/semantic-release post", "prepublish": "./bin/semantic-release pre", "test": "standard" } }