{
  "name": "react-router5",
  "version": "8.0.1",
  "description": "router5 helpers for React",
  "main": "dist/index.js",
  "jsnext:main": "dist/index.es.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "typings": "dist/index.d.ts",
  "homepage": "https://router5.js.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/router5/router5.git"
  },
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "router",
    "html5",
    "history",
    "tree",
    "react",
    "functional"
  ],
  "author": "Thomas Roch",
  "license": "MIT",
  "dependencies": {
    "router5-transition-path": "^8.0.1"
  },
  "devDependencies": {
    "router5": "^8.0.1"
  },
  "peerDependencies": {
    "react": ">=16.3.0",
    "router5": "^8.0.0"
  },
  "gitHead": "10576b99b47153acabe6eb4cbfa5caf4b36bbba0"
}
