forked from sportnginlegacy/good-json-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 819 Bytes
/
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
{
"name": "good-json-console",
"version": "1.0.0",
"repository": "git://github.com/sportngin/good-json-console",
"description": "JSON console broadcasting for Good process monitor",
"main": "index.js",
"scripts": {
"test": "lab -t 100 -vLa code",
"test-cov-html": "lab -r html -o coverage.html -La code"
},
"dependencies": {
"good-squeeze": "^5.0.2",
"hoek": "^5.0.2",
"json-stringify-safe": "5.0.x",
"moment": "~2.19.2",
"through2": "~2.0.3"
},
"peerDependencies": {
"good": ">= 6.x.x"
},
"devDependencies": {
"code": "^5.1.2",
"lab": "^15.1.2",
"stand-in": "~4.1.0"
},
"engines": {
"node": ">=0.10.x"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/sportngin/good-json-console/raw/master/LICENSE"
}
]
}