-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
package.json
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
34
35
36
37
38
39
{
"name": "mrhorse",
"version": "7.0.2",
"description": "Apply policies to Hapi routes",
"main": "lib/index",
"scripts": {
"examples": "node example/index.js",
"test": "lab -a @hapi/code -t 100 -L -l",
"coverage": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:mark-bradshaw/mrhorse.git"
},
"keywords": [
"hapi",
"policy"
],
"author": "Mark Bradshaw <mark.bradshaw@gmail.com>, contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/mark-bradshaw/mrhorse/issues"
},
"homepage": "https://github.com/mark-bradshaw/mrhorse",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hoek": "^11.0.2",
"lodash": "^4.17.15"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/hapi": "^21.3.2",
"@hapi/lab": "^25.1.3",
"@hapi/wreck": "^18.0.1"
}
}