2012-01-30 06:26:47 +00:00
|
|
|
{
|
2018-07-22 11:39:26 +00:00
|
|
|
"name": "bunyan-lite",
|
2018-07-22 11:44:26 +00:00
|
|
|
"version": "1.0.0",
|
2018-07-22 11:39:26 +00:00
|
|
|
"description": "a lite version of bunyan, a JSON logging library for node.js services without dtrace or moment",
|
|
|
|
"author": "Jonatan Nilsson <jonatan@nilsson.is> (https://nfp.is)",
|
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",
|
2018-07-23 06:01:28 +00:00
|
|
|
"url": "git://github.com/nfp-projects/node-bunyan-lite.git"
|
2012-02-02 23:15:29 +00:00
|
|
|
},
|
2018-07-22 11:44:26 +00:00
|
|
|
"engines": [
|
|
|
|
"node >=0.10.0"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"log4j",
|
|
|
|
"json",
|
|
|
|
"bunyan"
|
|
|
|
],
|
2015-05-22 05:38:37 +00:00
|
|
|
"license": "MIT",
|
2017-05-04 06:21:59 +00:00
|
|
|
"dependencies": {
|
|
|
|
},
|
2016-02-11 06:13:01 +00:00
|
|
|
"// mv": "required for RotatingFileStream",
|
2013-01-04 22:30:27 +00:00
|
|
|
"optionalDependencies": {
|
2018-07-22 11:39:26 +00:00
|
|
|
"mv-lite": "~1",
|
2018-07-22 08:30:10 +00:00
|
|
|
"safe-json-stringify": "~1"
|
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",
|
2016-08-26 16:30:26 +00:00
|
|
|
"markdown-toc": "0.12.x",
|
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"
|
2012-02-08 18:05:56 +00:00
|
|
|
}
|
2012-01-30 06:26:47 +00:00
|
|
|
}
|