{
  "name": "houdin",
  "version": "5.0.2",
  "description": "Route-level file type validation for hapi parsed in-memory request payloads",
  "main": "lib/index.js",
  "scripts": {
    "changelog": "github_changelog_generator --header-label='# Changelog'",
    "coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
    "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ruiquelhas/houdin.git"
  },
  "keywords": [
    "file",
    "hapi",
    "joi",
    "signature",
    "validation"
  ],
  "author": "Rui Quelhas <rfpquelhas@gmail.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/ruiquelhas/houdin/issues"
  },
  "homepage": "https://github.com/ruiquelhas/houdin#readme",
  "devDependencies": {
    "code": "5.x.x",
    "coveralls": "3.x.x",
    "hapi": "17.x.x",
    "lab": "15.x.x",
    "multi-part": "2.x.x"
  },
  "dependencies": {
    "file-type": "7.x.x",
    "hoek": "5.x.x"
  },
  "engines": {
    "node": ">=8.9.0"
  }
}
