{
  "name": "hapi-require-https",
  "version": "6.0.0",
  "description": "hapi http -> https redirection",
  "main": "index.js",
  "scripts": {
    "test": "standard && test-peer-range @hapi/hapi",
    "test-main": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bendrucker/hapi-require-https.git"
  },
  "keywords": [
    "hapi",
    "https",
    "redirect",
    "paas",
    "heroku"
  ],
  "author": "Ben Drucker <bvdrucker@gmail.com> (http://www.bendrucker.me/)",
  "contributors": [
    "Brian Delahunty <brian@briandela.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bendrucker/hapi-require-https/issues"
  },
  "homepage": "https://github.com/bendrucker/hapi-require-https",
  "devDependencies": {
    "@hapi/hapi": "^21.0.0",
    "blue-tape": "^1.0.0",
    "standard": "^17.0.0",
    "tape": "^5.0.1",
    "test-peer-range": "^3.0.0"
  },
  "peerDependencies": {
    "@hapi/hapi": ">=20"
  },
  "files": [
    "*.js"
  ],
  "dependencies": {},
  "engines": {
    "node": ">= 14"
  }
}
