2012-01-30 06:26:47 +00:00
|
|
|
{
|
2018-07-22 11:39:26 +00:00
|
|
|
"name": "bunyan-lite",
|
2021-06-02 21:52:18 +00:00
|
|
|
"version": "1.1.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": {
|
2021-06-02 21:52:18 +00:00
|
|
|
"bunyan": "./bin/bunyan.mjs"
|
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
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"log4j",
|
|
|
|
"json",
|
|
|
|
"bunyan"
|
|
|
|
],
|
2015-05-22 05:38:37 +00:00
|
|
|
"license": "MIT",
|
2018-07-23 06:01:42 +00:00
|
|
|
"dependencies": {},
|
2012-02-08 18:05:56 +00:00
|
|
|
"devDependencies": {
|
2021-06-02 21:52:18 +00:00
|
|
|
"eltro": "^1.0.2"
|
2012-08-08 00:32:12 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-06-02 21:52:18 +00:00
|
|
|
"test": "eltro test/**/*.test.mjs -r dot"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"LICENSE.txt",
|
|
|
|
"README.md",
|
|
|
|
"bin",
|
|
|
|
"lib"
|
|
|
|
]
|
2012-01-30 06:26:47 +00:00
|
|
|
}
|