{
  "name": "@virtuous/conductor",
  "version": "2.5.0",
  "description": "A JavaScript router",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:bevirtuous/conductor.git"
  },
  "bugs": {
    "url": "https://github.com/bevirtuous/conductor/issues"
  },
  "homepage": "https://github.com/bevirtuous/conductor/tree/master/packages/conductor",
  "keywords": [
    "conductor",
    "javascript",
    "react",
    "redux",
    "router",
    "route",
    "routing",
    "virtuous",
    "history"
  ],
  "contributors": [
    "Richard Gorman <richardgorman@outlook.com> (https://github.com/richardgorman)",
    "Florian Müller <flomueller1981@gmail.com> (https://github.com/devbucket)"
  ],
  "main": "./index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "test": "NODE_ENV=test npx jest",
    "cover": "NODE_ENV=test npx nyc jest --coverage"
  },
  "dependencies": {
    "history": "^4.9.0",
    "path-match": "^1.2.4",
    "query-string": "^6.1.0",
    "url-pattern": "^1.0.3"
  },
  "nyc": {
    "include": [
      "src/**/*.js"
    ],
    "exclude": [
      "build",
      "test",
      "dist",
      ".nyc_output",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "all": true,
    "report-dir": "build"
  }
}
