{
  "name": "stores",
  "version": "1.0.0",
  "description": "Fast, reliable and smart caching system heavily based on streams.",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ngryman/stores.git"
  },
  "keywords": [
    "cache",
    "express",
    "express cache",
    "smart cache",
    "caching system",
    "cache stempede",
    "cache miss storm",
    "cache streams"
  ],
  "author": "Nicolas Gryman <ngryman@gmail.com> (http://ngryman.sh)",
  "license": "MIT",
  "dependencies": {
    "curry": "~1.2.0",
    "graceful-fs-stream": "0.0.1",
    "mkdirp": "^0.5.1",
    "on-headers": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "express": "^4.14.0",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-env": "~0.4.1",
    "grunt-mocha-test": "^0.13.2",
    "load-grunt-tasks": "^3.5.2",
    "mocha": "^3.2.0",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "slow-stream": "0.0.4",
    "supertest": "^2.0.1",
    "time-grunt": "^1.4.0"
  }
}
