UNPKG

hapi-error-page

Version:
72 lines (71 loc) 1.59 kB
{ "name": "hapi-error-page", "version": "2.0.1", "description": "Friendly error pages for humans", "homepage": "https://github.com/sholladay/hapi-error-page", "main": "index.js", "author": { "name": "Seth Holladay", "url": "https://seth-holladay.com", "email": "me@seth-holladay.com" }, "scripts": { "test": "xo && ava" }, "repository": { "type": "git", "url": "git@github.com:sholladay/hapi-error-page.git" }, "bugs": { "url": "https://github.com/sholladay/hapi-error-page/issues", "email": "me@seth-holladay.com" }, "engines": { "node": ">=12" }, "license": "MPL-2.0", "files": [ "lib", "index.js" ], "peerDependencies": { "@hapi/hapi": ">=18" }, "dependencies": { "@hapi/accept": "^5.0.0" }, "devDependencies": { "@hapi/boom": "^9.0.0", "@hapi/cookie": "^11.0.0", "@hapi/hapi": "^19.0.3", "@hapi/vision": "^6.0.0", "ava": "^2.4.0", "eslint-config-tidy": "^0.10.0", "handlebars": "^4.5.3", "xo": "^0.25.3" }, "keywords": [ "hapi", "plugin", "human", "friendly", "pretty", "beautiful", "html", "issue", "issues", "problem", "problems", "error", "errors", "exception", "exceptions", "crash", "crashes", "page", "pages" ], "xo": { "extend": "tidy" } }