{
  "name": "cache-manager-fs-hash",
  "version": "0.0.1",
  "node": ">=8.0.0",
  "description": "file system store for node cache manager",
  "keywords": [
    "cache-manager",
    "storage",
    "filesystem"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rolandstarke/node-cache-manager-fs-hash.git"
  },
  "bugs": {
    "url": "https://github.com/rolandstarke/node-cache-manager-fs-hash/issues"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Roland Starke",
  "license": "MIT",
  "devDependencies": {
    "cache-manager": "^2.4.0",
    "mocha": "^3.4.2",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "lockfile": "^1.0.3"
  }
}
