{
  "name": "statehood",
  "description": "HTTP State Management Utilities",
  "version": "6.0.9",
  "repository": "git://github.com/hapijs/statehood",
  "main": "lib/index.js",
  "keywords": [
    "HTTP",
    "state",
    "cookies",
    "secure"
  ],
  "dependencies": {
    "boom": "7.x.x",
    "bounce": "1.x.x",
    "bourne": "1.x.x",
    "cryptiles": "4.x.x",
    "hoek": "6.x.x",
    "iron": "5.x.x",
    "joi": "14.x.x"
  },
  "devDependencies": {
    "code": "5.x.x",
    "lab": "18.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}
