{
  "name": "rrouter",
  "version": "0.4.2",
  "description": "React Router",
  "main": "./lib/index.js",
  "files": [
    "lib/",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "qs": "^0.6.6",
    "url-pattern": "^0.6.0"
  },
  "peerDependencies": {
    "bluebird": "^2.1.1",
    "react": "0.10.0 - 0.11.x"
  },
  "devDependencies": {
    "reactify": "^0.13.1",
    "bluebird": "^2.1.1",
    "eslint-jsx": "git+https://github.com/andreypopp/eslint#jsx",
    "mocha": "^1.19.0",
    "mochify": "^0.9.2",
    "react": "0.10.0 - 0.11.x",
    "react-tools": "0.10.0 - 0.11.x",
    "sinon": "^1.10.0",
    "url-pattern": "^0.6.0"
  },
  "scripts": {
    "test": "mocha",
    "prepublish": "make build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/andreypopp/rrouter"
  },
  "keywords": [
    "react",
    "router"
  ],
  "author": "Andrey Popp <8mayday@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andreypopp/rrouter/issues"
  },
  "homepage": "https://github.com/andreypopp/rrouter"
}
