{
  "name": "react-router-proxy-loader",
  "version": "0.5.1",
  "description": "Dynamically load react-router components on-demand",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/odysseyscience/react-router-proxy-loader.git"
  },
  "keywords": [
    "react",
    "router",
    "proxy",
    "loader"
  ],
  "author": "Sean Adkinson <sean.adkinson@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/odysseyscience/react-router-proxy-loader/issues"
  },
  "dependencies": {
    "loader-utils": "~0.2.6"
  },
  "homepage": "https://github.com/odysseyscience/react-router-proxy-loader",
  "peerDependencies": {
    "react-router": "^2.0.0-rc1"
  }
}
