{
  "name": "redux-reroute",
  "description": "Location reducer and routing helpers for redux",
  "main": "index.jsx",
  "scripts": {
    "lint": "eslint index.jsx examples",
    "disabled-pretest": "npm run lint",
    "test": "mocha --compilers js:babel-core/register --recursive",
    "test:watch": "npm test -- --watch",
    "commit": "git-cz",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ArnaudRinquin/redux-reroute.git"
  },
  "keywords": [
    "reroute",
    "router",
    "routing",
    "redux"
  ],
  "author": "Arnaud Rinquin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ArnaudRinquin/redux-reroute/issues"
  },
  "homepage": "https://github.com/ArnaudRinquin/redux-reroute#readme",
  "dependencies": {
    "history": "^1.13.0",
    "url-pattern": "^0.10.2"
  },
  "peerDependencies": {
    "react": ">= 0.14.1"
  },
  "devDependencies": {
    "babel": "^6.0.0",
    "babel-core": "^6.0.0",
    "babel-loader": "^6.0.0",
    "babel-preset-es2015": "^6.0.15",
    "babel-preset-react": "^6.0.15",
    "babel-preset-stage-0": "^6.0.15",
    "commitizen": "^2.4.0",
    "cz-conventional-changelog": "^1.1.4",
    "eslint": "^1.8.0",
    "eslint-plugin-react": "^3.6.3",
    "expect": "^1.12.2",
    "mocha": "^2.3.3",
    "semantic-release": "^4.3.5",
    "sinon": "^1.17.2"
  },
  "czConfig": {
    "path": "./node_modules/cz-conventional-changelog"
  },
  "version": "0.0.2"
}