{
  "name": "@medley/router",
  "version": "0.2.1",
  "description": "A high-performance URL router",
  "author": "Nathan Woltman <nwoltman@outlook.com>",
  "license": "MIT",
  "main": "Router.js",
  "files": [
    "Router.js"
  ],
  "engines": {
    "node": ">=8"
  },
  "repository": "github:medleyjs/router",
  "homepage": "https://github.com/medleyjs/router",
  "bugs": "https://github.com/medleyjs/router/issues",
  "keywords": [
    "router",
    "fast",
    "performance",
    "url"
  ],
  "eslintIgnore": [
    "coverage/"
  ],
  "dependencies": {
    "object-treeify": "^1.1.20"
  },
  "devDependencies": {
    "@nwoltman/eslint-config": "~0.3.1",
    "benchmark": "^2.1.4",
    "coveralls": "^3.0.6",
    "eslint": "^6.5.0",
    "mocha": "^6.2.1",
    "nyc": "^14.1.1"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "eslint . && nyc --reporter=html --reporter=text-summary mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  }
}
