{
  "name": "conventional-changelog-atomix",
  "version": "0.3.2",
  "description": "conventional-changelog atomix preset",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --timeout 30000 && npm run-script lint",
    "test-windows": "mocha --timeout 30000",
    "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomixinteractions/conventional-changelog.git"
  },
  "keywords": [
    "conventional-changelog",
    "atomix",
    "preset"
  ],
  "files": [
    "conventional-changelog.js",
    "conventional-recommended-bump.js",
    "index.js",
    "parser-opts.js",
    "writer-opts.js",
    "templates"
  ],
  "contributors": [
    "Steve Mao",
    "Sergey Sova <mail@sergeysova.com> https://sergeysova.com"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/atomixinteractions/conventional-changelog/issues"
  },
  "homepage": "https://github.com/atomixinteractions/conventional-changelog#readme",
  "devDependencies": {
    "better-than-before": "^1.0.0",
    "chai": "^3.4.1",
    "conventional-changelog-cli": "^1.3.5",
    "conventional-changelog-core": "^1.9.5",
    "eslint": "^4.14.0",
    "eslint-config-atomix-base": "^5.1.1",
    "git-dummy-commit": "^1.1.1",
    "istanbul": "^0.4.1",
    "mocha": "*",
    "shelljs": "^0.7.3",
    "through2": "^2.0.0"
  },
  "dependencies": {
    "compare-func": "^1.3.1",
    "q": "^1.4.1"
  }
}
