{
  "name": "content",
  "description": "HTTP Content-* headers parsing",
  "version": "4.0.6",
  "repository": "git://github.com/hapijs/content",
  "main": "lib/index.js",
  "keywords": [
    "HTTP",
    "header",
    "content",
    "content-type",
    "content-disposition"
  ],
  "dependencies": {
    "boom": "7.x.x"
  },
  "devDependencies": {
    "code": "5.x.x",
    "lab": "17.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-tap": "lab -a code -r tap -o tests.tap",
    "test-cov-html": "lab -a code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}
