2012-01-30 06:26:47 +00:00
|
|
|
{
|
|
|
|
"name": "bunyan",
|
2016-03-17 05:52:27 +00:00
|
|
|
"version": "1.8.1",
|
2014-08-01 22:57:48 +00:00
|
|
|
"description": "a JSON logging library for node.js services",
|
2012-04-24 05:00:30 +00:00
|
|
|
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
|
2012-01-31 00:07:08 +00:00
|
|
|
"main": "./lib/bunyan.js",
|
|
|
|
"bin": {
|
|
|
|
"bunyan": "./bin/bunyan"
|
2012-02-02 23:15:29 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/trentm/node-bunyan.git"
|
|
|
|
},
|
2015-08-17 00:51:30 +00:00
|
|
|
"engines": ["node >=0.10.0"],
|
2014-10-16 05:18:11 +00:00
|
|
|
"keywords": ["log", "logging", "log4j", "json", "bunyan"],
|
2015-05-22 05:38:37 +00:00
|
|
|
"license": "MIT",
|
2012-06-22 05:49:04 +00:00
|
|
|
|
2016-02-11 06:13:01 +00:00
|
|
|
"// dtrace-provider": "required for dtrace features",
|
|
|
|
"// mv": "required for RotatingFileStream",
|
|
|
|
"// moment": "required for local time with CLI",
|
2013-01-04 22:30:27 +00:00
|
|
|
"optionalDependencies": {
|
2015-09-04 19:29:03 +00:00
|
|
|
"dtrace-provider": "~0.6",
|
2015-01-19 07:16:35 +00:00
|
|
|
"mv": "~2",
|
2016-02-11 06:13:01 +00:00
|
|
|
"safe-json-stringify": "~1",
|
|
|
|
"moment": "^2.10.6"
|
2013-01-04 22:30:27 +00:00
|
|
|
},
|
2012-02-08 18:05:56 +00:00
|
|
|
"devDependencies": {
|
2015-08-17 00:51:30 +00:00
|
|
|
"nodeunit": "0.9",
|
2012-10-11 21:02:48 +00:00
|
|
|
"ben": "0.0.0",
|
2014-05-29 07:13:01 +00:00
|
|
|
"verror": "1.3.3",
|
|
|
|
"vasync": "1.4.3"
|
2012-08-08 00:32:12 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"scripts": {
|
2013-01-07 19:18:12 +00:00
|
|
|
"test": "make test"
|
2015-10-16 02:17:53 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2012-02-08 18:05:56 +00:00
|
|
|
}
|
2012-01-30 06:26:47 +00:00
|
|
|
}
|