{
  "name": "express-enrouten",
  "version": "1.3.0",
  "description": "An express route initialization and configuration module.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "cover": "istanbul cover tape -- test/*.js",
    "lint": "jshint -c .jshintrc index.js lib/*.js"
  },
  "repository": "git://github.com/krakenjs/express-enrouten.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "expressjs",
    "node",
    "js",
    "javascript",
    "routing"
  ],
  "author": "Erik Toth <ertoth@paypal.com>",
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "devDependencies": {
    "express": "^4.10.3",
    "istanbul": "^0.3.2",
    "jshint": "^2.5.10",
    "supertest": "^0.15.0",
    "tape": "^3.0.3"
  },
  "dependencies": {
    "caller": "^1.0.0",
    "debuglog": "^1.0.1",
    "path-to-regexp": "^1.1.1"
  }
}
