{
  "name": "express-cache-on-demand",
  "version": "1.0.4",
  "description": "Express middleware providing on-demand caching in high traffic situations.",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && (cd test; mocha test)",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/punkave/express-cache-on-demand"
  },
  "keywords": [
    "express",
    "cache",
    "performance",
    "cache",
    "on",
    "demand"
  ],
  "author": "P'unk Avenue LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/punkave/express-cache-on-demand/issues"
  },
  "homepage": "https://github.com/punkave/express-cache-on-demand",
  "dependencies": {
    "cache-on-demand": "^1.0.0",
    "lodash": "^4.0.0"
  },
  "devDependencies": {
    "eslint": "^8.9.0",
    "eslint-config-apostrophe": "^5.0.0",
    "express": "^4.9.8",
    "mocha": "^9.2.0",
    "request": "^2.45.0"
  }
}
