-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
40
41
42
43
44
45
46
47
48
49
{
"name": "good-bunyan",
"version": "3.0.1",
"description": "Bunyan reporting for Good process monitor",
"main": "lib/index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "lab",
"test-lint": "lab -L && semistandard",
"lint": "semistandard"
},
"repository": {
"type": "git",
"url": "https://github.com/muzzley/good-bunyan.git"
},
"keywords": [
"bunyan",
"good",
"hapi",
"log",
"logger"
],
"author": "Francisco Dias <francisco@baiodias.com> (http://franciscodias.net/)",
"contributors": [
"StefanoMagrassi <stefano.magrassi@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/muzzley/good-bunyan/issues"
},
"homepage": "https://github.com/muzzley/good-bunyan",
"dependencies": {
"bunyan": "^1.8.12",
"fast-safe-stringify": "^2.0.3",
"good-squeeze": "^5.0.x",
"hoek": "^5.0.3",
"joi": "^13.1.2"
},
"devDependencies": {
"code": "^5.2.0",
"lab": "^15.2.2",
"semistandard": "^12.0.0"
},
"peerDependencies": {
"@hapi/good": "8.x"
}
}