{
  "name": "catbox-fake",
  "version": "2.0.3",
  "description": "Fake catbox engine used to test catbox-fallback.",
  "main": "lib/index.js",
  "scripts": {
    "test": "./node_modules/lab/bin/lab -a code -v -L -t 100",
    "test-cov-html": "./node_modules/lab/bin/lab -a code -r html -o coverage.html"
  },
  "keywords": [
    "catbox",
    "fake",
    "hapi"
  ],
  "author": "Simon Lévesque",
  "license": "MIT",
  "dependencies": {
    "hoek": "^6.0.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tractr/catbox-fake.git"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "devDependencies": {
    "catbox": "^10.0.5",
    "code": "^5.2.4",
    "lab": "^18.0.0"
  }
}
