{
  "name": "cracks",
  "description": "breaking change detection",
  "main": "index.js",
  "bin": "./bin/cracks",
  "scripts": {
    "prebuild": "rimraf dist && mkdirp dist",
    "build": "babel lib --out-dir dist",
    "test": "standard",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/semantic-release/cracks.git"
  },
  "keywords": [
    "breaking",
    "change",
    "detection",
    "semver",
    "semantic-release",
    "package"
  ],
  "author": "Christoph Witzko <npm@christophwitzko.com> (http://christophwitzko.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/semantic-release/cracks/issues"
  },
  "homepage": "https://github.com/semantic-release/cracks#readme",
  "devDependencies": {
    "babel": "^5.2.17",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.4.2",
    "semantic-release": "^4.0.0",
    "standard": "^4.2.1"
  },
  "standard": {
    "ignore": [
      "dist/**"
    ]
  },
  "dependencies": {
    "git-refs": "^1.1.2",
    "lodash": "^3.8.0",
    "minimist": "^1.1.1"
  },
  "version": "3.1.2"
}