{
  "name": "react-router-redux-params",
  "version": "2.0.0",
  "description": "Extends react-router-redux to store react-router params to Redux",
  "main": "lib/index.js",
  "keywords": [
    "redux",
    "react-router",
    "react-router-redux",
    "routing",
    "refire"
  ],
  "scripts": {
    "build": "mkdir -p lib && babel ./src/index.js --out-file ./lib/index.js",
    "watch": "mkdir -p lib && babel ./src/index.js --watch --out-file ./lib/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hoppula/react-router-redux-params"
  },
  "dependencies": {
    "react-router-redux": "3.0.0"
  },
  "peerDependencies": {
    "react-router": "^3.0.0"
  },
  "author": "Lari Hoppula",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.6.5",
    "babel-plugin-transform-object-rest-spread": "^6.6.5",
    "babel-preset-es2015": "^6.6.0"
  }
}
