{
  "name": "conventional-recommended-bump-eslint",
  "version": "1.0.3-eslint",
  "description": "Get a recommended version bump based on conventional commits",
  "homepage": "https://github.com/garyyeap/conventional-changelog/tree/features/eslint-for-reco-bump",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "contributors": {
    "name": "Gary Yeap",
    "email": "contact@garyyeap.com",
    "url": "https://github.com/garyyeap"
  },
  "repository": "garyyeap/conventional-changelog/tree/features/eslint-for-reco-bump",
  "license": "MIT",
  "files": [
    "index.js",
    "cli.js",
    "presets"
  ],
  "keywords": [
    "conventional-recommended-bump",
    "recommend",
    "conventional",
    "bump"
  ],
  "dependencies": {
    "concat-stream": "^1.4.10",
    "conventional-commits-filter": "^1.1.0",
    "conventional-commits-parser": "^2.0.1",
    "git-raw-commits": "^1.3.0",
    "git-semver-tags": "^1.2.3",
    "meow": "^3.3.0",
    "object-assign": "^4.0.1"
  },
  "devDependencies": {
    "better-than-before": "^1.0.0",
    "core-assert": "^0.2.0",
    "coveralls": "^2.11.2",
    "jscs": "^3.0.7",
    "jshint": "^2.6.3",
    "mkdirp": "^0.5.1",
    "mocha": "*",
    "shelljs": "^0.7.3"
  },
  "scripts": {
    "lint": "jshint presets test *.js --exclude node_modules && jscs presets test *.js",
    "test": "npm run-script lint && mocha --timeout 30000",
    "test-windows": "mocha --timeout 30000"
  },
  "bin": "cli.js"
}
