{
  "name": "cache-service-cache-module",
  "version": "2.0.1",
  "description": "A cache plugin for cache-service.",
  "main": "cacheModule.js",
  "devDependencies": {
    "expect": "1.6.0",
    "mocha": "^5.2.0",
    "mock-localstorage": "0.1.3"
  },
  "scripts": {
    "test": "bin/tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jpodwys/cache-service-cache-module.git"
  },
  "author": "Joe Podwys",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jpodwys/cache-service-cache-module/issues"
  },
  "homepage": "https://github.com/jpodwys/cache-service-cache-module#readme",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "cache-service",
    "cache",
    "node",
    "cache-module",
    "localStorage",
    "sessionStorage",
    "browser",
    "node",
    "superagent-cache",
    "superagent"
  ]
}
