node-bunyan-lite/package.json

17 lines
359 B
JSON

{
"name": "bunyan",
"version": "0.5.1",
"description": "a JSON Logger library for node.js servers",
"main": "./lib/bunyan.js",
"bin": {
"bunyan": "./bin/bunyan"
},
"repository": {
"type": "git",
"url": "git://github.com/trentm/node-bunyan.git"
},
"engines": ["node >=0.4.0"],
"keywords": ["log", "logging", "log4j", "json"]
}