{
  "name": "en-route",
  "description": "Routing for static site generators, build systems and task runners, heavily based on express.js routes but works with file objects. Used by Assemble, Verb, and Template.",
  "version": "3.2.0",
  "homepage": "https://github.com/jonschlinkert/en-route",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "authors": [
    "Brian Woodward (https://twitter.com/doowb)",
    "Jon Schlinkert (http://twitter.com/jonschlinkert)"
  ],
  "contributors": [
    "Brian Woodward (https://twitter.com/doowb)",
    "Jon Schlinkert (http://twitter.com/jonschlinkert)"
  ],
  "repository": "jonschlinkert/en-route",
  "bugs": {
    "url": "https://github.com/jonschlinkert/en-route/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "nyc --reporter=text --reporter=html mocha"
  },
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "mocha": "^3.5.3",
    "nyc": "^11.6.0"
  },
  "keywords": [
    "assemble",
    "dispatch",
    "en",
    "express",
    "handlers",
    "match",
    "matchers",
    "middleware",
    "path",
    "regex",
    "regexp",
    "route",
    "router",
    "routes",
    "routing"
  ],
  "eslintConfig": {
    "rules": {
      "no-console": 0
    }
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "assemble",
        "base",
        "base-routes",
        "gulp-routes"
      ]
    },
    "lint": {
      "reflinks": true
    }
  }
}
