{
  "name": "crumb",
  "description": "CSRF crumb generation and validation plugin",
  "version": "7.2.3",
  "repository": "git://github.com/hapijs/crumb",
  "bugs": {
    "url": "https://github.com/hapijs/crumb/issues"
  },
  "main": "lib/index.js",
  "keywords": [
    "hapi",
    "plugin",
    "cookies",
    "csrf",
    "session"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "boom": "7.x.x",
    "cryptiles": "^4.1.2",
    "hoek": "5.x.x",
    "joi": "13.x.x"
  },
  "peerDependencies": {
    "hapi": ">=17.x.x"
  },
  "devDependencies": {
    "code": "^5.1.2",
    "handlebars": "4.x.x",
    "hapi": "17.x.x",
    "lab": "15.x.x",
    "vision": "5.x.x"
  },
  "scripts": {
    "test": "lab -r console -t 100 -a code -L",
    "test-cov-html": "lab -r html -o coverage.html -a code -L"
  },
  "license": "BSD-3-Clause"
}
