node-bunyan-lite/package.json

31 lines
629 B
JSON
Raw Normal View History

2012-01-30 06:26:47 +00:00
{
"name": "bunyan",
2012-11-01 20:14:08 +00:00
"version": "0.15.1",
"description": "a JSON Logger library for node.js services",
2012-04-24 05:00:30 +00:00
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
"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"
},
"engines": ["node >=0.6.0"],
2012-02-08 18:05:56 +00:00
"keywords": ["log", "logging", "log4j", "json"],
"dependencies": {
"trentm-dtrace-provider": "0.2.4"
},
2012-02-08 18:05:56 +00:00
"devDependencies": {
2012-02-08 18:32:09 +00:00
"tap": "0.2.0",
"ben": "0.0.0",
"verror": "1.3.3"
},
"scripts": {
"test": "tap test/*.js"
2012-02-08 18:05:56 +00:00
}
2012-01-30 06:26:47 +00:00
}