UNPKG

927 BJSONView Raw
1{
2 "name": "@expo/bunyan",
3 "version": "3.0.0",
4 "description": "a JSON logging library for node.js services",
5 "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
6 "main": "./lib/bunyan.js",
7 "bin": {
8 "bunyan": "./bin/bunyan"
9 },
10
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/trentm/node-bunyan.git"
14 },
15 "engines": ["node >=0.10.0"],
16 "keywords": ["log", "logging", "log4j", "json", "bunyan"],
17 "license": "MIT",
18
19 "dependencies": {
20 "exeunt": "1.1.0",
21 "uuid": "^3.2.1"
22 },
23 "// mv": "required for RotatingFileStream",
24 "// moment": "required for local time with CLI",
25 "optionalDependencies": {
26 "mv": "~2",
27 "safe-json-stringify": "~1",
28 "moment": "^2.10.6"
29 },
30 "devDependencies": {
31 "nodeunit": "0.9",
32 "ben": "0.0.0",
33 "markdown-toc": "0.12.x",
34 "verror": "1.3.3",
35 "vasync": "1.4.3"
36 },
37
38 "scripts": {
39 "test": "make test"
40 }
41}