{
  "name": "catbox-memory",
  "description": "Memory adapter for catbox",
  "version": "4.0.1",
  "repository": "git://github.com/hapijs/catbox-memory",
  "main": "lib/index.js",
  "keywords": [
    "cache",
    "catbox",
    "memory"
  ],
  "dependencies": {
    "boom": "7.x.x",
    "hoek": "6.x.x"
  },
  "devDependencies": {
    "catbox": "10.x.x",
    "code": "5.x.x",
    "lab": "17.x.x"
  },
  "scripts": {
    "test": "lab -a code -L -t 100",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}
