{
  "name": "trippler",
  "version": "0.0.2",
  "description": "A React Router Redux implementation.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile"
  },
  "keywords": [
    "React-Router",
    "Redux"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gpltaylor/TrippleR.git"
  },
  "author": "GPLTaylor",
  "license": "ISC",
  "peerDependencies": {
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "react-router": "^4.0.0-alpha.4",
    "redux": "^3.6.0",
    "react-redux": "^4.4.5",
    "redux-thunk": "^2.1.0"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.18.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.18.0"
  }
}
