forked from hapijs/good
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 757 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 757 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
34
35
36
37
38
{
"name": "good",
"description": "Server and process monitoring plugin",
"version": "7.0.1",
"repository": "git://github.com/hapijs/good",
"main": "lib/index.js",
"keywords": [
"process",
"monitor",
"log",
"report",
"hapi",
"plugin"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"hoek": "3.x.x",
"joi": "7.x.x",
"oppsy": "1.x.x",
"pumpify": "1.3.x"
},
"peerDependencies": {
"hapi": ">=10.x.x"
},
"devDependencies": {
"async": "1.5.x",
"code": "3.x.x",
"hapi": "10.x.x",
"lab": "10.x.x"
},
"scripts": {
"test": "lab -m 5000 -t 100 -v -La code",
"test-cov-html": "lab -m 5000 -r html -o coverage.html -La code"
},
"license": "BSD-3-Clause"
}