{
  "name": "express-lru",
  "version": "1.0.0",
  "description": "Varnish-like cache middleware for Express",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R list",
    "test-ci": "mocha -R tap"
  },
  "keywords": [
    "express",
    "connect",
    "cache",
    "lru",
    "middleware"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/naturalatlas/express-lru.git"
  },
  "author": "Brian Reavis <brian@naturalatlas.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/naturalatlas/express-lru/issues"
  },
  "homepage": "https://github.com/naturalatlas/express-lru",
  "devDependencies": {
    "async": "^0.9.0",
    "chai": "^2.2.0",
    "express": "^4.12.3",
    "mocha": "^2.2.4",
    "supertest": "^0.15.0"
  },
  "dependencies": {
    "async-cache": "0.1.5"
  }
}
