{
  "name": "router5",
  "version": "8.0.1",
  "description": "A simple, powerful, view-agnostic, modular and extensible router",
  "main": "dist/index.js",
  "jsnext:main": "dist/index.es.js",
  "module": "dist/index.es.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/router5/router5.git"
  },
  "keywords": [
    "router",
    "routing",
    "html5",
    "functional",
    "reactive",
    "universal",
    "isomorphic"
  ],
  "author": "Thomas Roch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/router5/router5/issues"
  },
  "homepage": "https://router5.js.org",
  "dependencies": {
    "route-node": "4.1.1",
    "router5-transition-path": "^8.0.1",
    "symbol-observable": "1.2.0"
  },
  "scripts": {
    "test": "jest"
  },
  "gitHead": "10576b99b47153acabe6eb4cbfa5caf4b36bbba0"
}
