forked from muzzley/good-bunyan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
50
{
"name": "good-bunyan",
"version": "1.2.0",
"description": "Bunyan reporting for Good process monitor",
"main": "lib/index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "lab -t 80 -va code",
"test-lint": "lab -t 80 -vLa code && semistandard",
"lint": "semistandard"
},
"repository": {
"type": "git",
"url": "https://github.com/muzzley/good-bunyan.git"
},
"keywords": [
"bunyan",
"good",
"hapi",
"log",
"logger"
],
"author": "Francisco Dias <[email protected]> (http://franciscodias.net/)",
"contributors": [
"StefanoMagrassi <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/muzzley/good-bunyan/issues"
},
"homepage": "https://github.com/muzzley/good-bunyan",
"dependencies": {
"bunyan": "1.8.x",
"fast-safe-stringify": "1.1.3",
"good-squeeze": "4.0.x",
"hoek": "4.0.x",
"joi": "9.0.x"
},
"devDependencies": {
"code": "3.0.2",
"hoek": "4.0.2",
"lab": "10.9.0",
"semistandard": "8.0.0"
},
"peerDependencies": {
"good": "7.x"
}
}