UNPKG

bunyan-debug

Version:

Bunyan powered logger with namespaces

39 lines (38 loc) 709 B
{ "name": "bunyan-debug", "version": "2.0.0", "description": "Bunyan powered logger with namespaces", "main": "index.js", "scripts": { "test": "mocha ./src/ --recursive" }, "bin": { "bunyan-debug": "./bin/beautify.js" }, "author": "Emartech", "repository": { "type": "git", "url": "git://github.com/emartech/bunyan-debug.git" }, "engines": { "node": ">= 4" }, "license": "ISC", "keywords": [ "log", "logging", "debug", "json", "bunyan" ], "dependencies": { "chalk": "^1.1.3", "event-stream": "^3.3.2" }, "devDependencies": { "chai": "3.5.0", "mocha": "2.4.5", "sinon": "1.17.3", "sinon-chai": "2.8.0" } }