{
  "name": "memorize-middleware",
  "version": "4.0.0",
  "description": "Cache req changes and apply them later",
  "main": "index.js",
  "scripts": {
    "test": "xo && ava"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/floatdrop/memorize-middleware.git"
  },
  "keywords": [
    "express",
    "memorize",
    "middleware"
  ],
  "author": "Vsevolod Strukchinsky <floatdrop@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/floatdrop/memorize-middleware/issues"
  },
  "homepage": "https://github.com/floatdrop/memorize-middleware",
  "devDependencies": {
    "ava": "^0.25.0",
    "mocha": "^2.2.5",
    "xo": "^0.22.0"
  }
}
