{
  "name": "route-cache",
  "version": "0.5.0",
  "description": "express middleware for caching your routes",
  "main": "index.js",
  "scripts": {
    "format": "standard --fix",
    "test": "standard && cross-env DEBUG=route-cache mocha -R spec test"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/bradoyler/route-cache.git"
  },
  "keywords": [
    "middleware",
    "express",
    "cache",
    "http-caching"
  ],
  "author": "Brad Oyler <bradoyler@gmail.com> (github.com/bradoyler)",
  "license": "MIT",
  "dependencies": {
    "debug": "3.1.0",
    "lru-cache": "4.0.1"
  },
  "devDependencies": {
    "cross-env": "^5.2.0",
    "express": "^4.16.4",
    "mocha": "^9.1.4",
    "sinon": "^14.0.0",
    "standard": "^16.0.4",
    "supertest": "^4.0.2"
  },
  "standard": {
    "ignore": [
      "test/**"
    ]
  },
  "bugs": {
    "url": "https://github.com/bradoyler/route-cache/issues"
  },
  "homepage": "https://github.com/bradoyler/route-cache"
}
