{
  "name": "h2o2",
  "description": "Proxy handler plugin for hapi.js",
  "version": "5.4.0",
  "repository": "git://github.com/hapijs/h2o2",
  "main": "lib/index.js",
  "keywords": [
    "HTTP",
    "proxy",
    "handler",
    "hapi",
    "plugin"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "boom": "3.x.x",
    "hoek": "4.x.x",
    "joi": "9.x.x",
    "wreck": "9.x.x"
  },
  "devDependencies": {
    "code": "3.x.x",
    "hapi": "14.x.x",
    "inert": "4.x.x",
    "lab": "11.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"
}
