UNPKG

691 BJSONView Raw
1{
2 "name": "good-console",
3 "version": "5.0.1",
4 "repository": "git://github.com/hapijs/good-console",
5 "description": "Console broadcasting for Good process monitor",
6 "main": "lib/index.js",
7 "scripts": {
8 "test": "lab -t 100 -vLa code",
9 "test-cov-html": "lab -r html -o coverage.html -La code"
10 },
11 "dependencies": {
12 "good-squeeze": "2.x.x",
13 "hoek": "2.x.x",
14 "json-stringify-safe": "5.0.x",
15 "moment": "2.8.x",
16 "through2": "0.6.x"
17 },
18 "peerDependencies": {
19 "good": ">= 6.x.x"
20 },
21 "devDependencies": {
22 "code": "1.x.x",
23 "lab": "5.x.x",
24 "stand-in": "2.0.x"
25 },
26 "engines": {
27 "node": ">=0.10.x"
28 },
29 "license": "BSD-3-Clause"
30}