1{
2  "name": "bounce",
3  "description": "Selective error catching and rewrite rules",
4  "version": "1.2.0",
5  "repository": "git://github.com/hapijs/bounce",
6  "main": "lib/index.js",
7  "keywords": [
8    "error",
9    "catch"
10  ],
11  "engines": {
12    "node": ">=8.9.0"
13  },
14  "dependencies": {
15    "boom": "7.x.x",
16    "hoek": "5.x.x"
17  },
18  "devDependencies": {
19    "code": "5.x.x",
20    "lab": "15.x.x"
21  },
22  "scripts": {
23    "test": "lab -a code -t 100 -L",
24    "test-cov-html": "lab -a code -r html -o coverage.html -L"
25  },
26  "license": "BSD-3-Clause"
27}
28