forked from genediazjr/errorh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "errorh",
"version": "1.0.0",
"author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com/)",
"description": "Custom error pages for Hapi",
"keywords": [
"hapi",
"custom",
"error page"
],
"license": "MIT",
"repository": "git://github.com/genediazjr/errorh",
"bugs": "https://github.com/genediazjr/errorh/issues",
"main": "lib/index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "lab -c -v -L -a code",
"test-cover": "lab -c -v -L -a code -r html -o ./coverage.html -L && open ./coverage.html"
},
"dependencies": {
"joi": "13.1.x"
},
"devDependencies": {
"coveralls": "3.0.x",
"inert": "5.1.x",
"hapi": "17.2.x",
"boom": "7.2.x",
"code": "5.2.x",
"lab": "15.4.x"
}
}