{
  "name": "skeletos-web-router",
  "description": "Builds on top of Skeletos to provide additional facilities for routing for a web application.",
  "license": "MIT",
  "version": "2.0.5",
  "repository": "https://github.com/pythian/skeletos",
  "author": "Pythian and Atif Ali",
  "dependencies": {
    "tslib": "^1.7.1",
    "lodash": "^4.17.4",
    "domurl": "^2.1.7",
    "history": "^4.7.2",
    "skeletos": "^2.0.0",
    "skeletos-hammerpack": "^2.0.0"
  },
  "typings": "typings/web-router/index.d.ts",
  "main": "skeletos-web-router.2.0.5.js"
}