hapi-boom-decorators
Version:
Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "hapi-boom-decorators",
"version": "4.1.2",
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors",
"engines": {
"node": ">=4"
},
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run test:unit && npm run test:integration && standard",
"test:unit": "mocha tests/unit",
"test:integration": "mocha tests/integration",
"watch": "chokidar index.js tests/** -c 'npm test'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brainsiq/hapi-boom-decorators.git"
},
"author": {
"name": "Chris Impey",
"email": "chris@impey.io"
},
"keywords": [
"hapi",
"boom",
"decorate",
"decorator"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/brainsiq/hapi-boom-decorators/issues"
},
"homepage": "https://github.com/brainsiq/hapi-boom-decorators#readme",
"peerDependencies": {
"hapi": ">=17"
},
"dependencies": {
"boom": "^7.2.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chokidar-cli": "^1.2.1",
"hapi": "^17.6.4",
"mocha": "^5.2.0",
"standard": "^12.0.1"
}
}