{
  "name": "cz-conventional-changelog",
  "version": "1.2.0",
  "description": "Commitizen adapter following the conventional-changelog format.",
  "main": "index.js",
  "scripts": {
    "commit": "git-cz",
    "test": "echo 'Tests need to be setup!'",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "homepage": "https://github.com/commitizen/cz-conventional-changelog",
  "repository": {
    "type": "git",
    "url": "https://github.com/commitizen/cz-conventional-changelog.git"
  },
  "author": "Jim Cummins <jimthedev@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "conventional-commit-types": "^2.0.0",
    "lodash.map": "^4.5.1",
    "longest": "^1.0.1",
    "pad-right": "^0.2.2",
    "right-pad": "^1.0.1",
    "word-wrap": "^1.0.3"
  },
  "devDependencies": {
    "commitizen": "1.0.5",
    "semantic-release": "^4.3.5"
  },
  "czConfig": {
    "path": "./"
  },
  "__npminstall_done": true,
  "_from": "cz-conventional-changelog@1.2.0",
  "_resolved": "https://registry.npmmirror.com/cz-conventional-changelog/-/cz-conventional-changelog-1.2.0.tgz"
}