{
  "name": "react-router",
  "version": "0.7.0",
  "homepage": "https://github.com/rackt/react-router",
  "authors": [
    "Ryan Florence",
    "Michael Jackson"
  ],
  "description": "A complete routing library for React.js",
  "main": "dist/react-router.js",
  "keywords": [
    "react",
    "router"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "specs",
    "modules",
    "examples",
    "script",
    "CONTRIBUTING.md",
    "karma.conf.js",
    "package.json",
    "webpack.config.js"
  ]
}