UNPKG

bunyan-lumberjack

Version:

Send bunyan logs to logstash using the lumberjack protocol.

44 lines (43 loc) 938 B
{ "name": "bunyan-lumberjack", "description": "Send bunyan logs to logstash using the lumberjack protocol.", "keywords": [ "bunyan", "logstash", "logstash forwarder", "lumberjack", "lumberjack protocol", "logs" ], "version": "1.1.3", "author": "Jason Walton <dev@lucid.thedreaming.org> (https://github.com/jwalton)", "licenses": [ { "type": "MIT", "url": "https://raw.github.com/benbria/node-bunyan-lumberjack/master/LICENSE" } ], "scripts": { "prepublish": "coffee -c -o lib src" }, "main": "./lib/index.js", "directories": { "lib": "./lib" }, "repository": { "type": "git", "url": "https://github.com/benbria/node-bunyan-lumberjack" }, "dependencies": { "lumberjack-protocol": "^1.0.7" }, "peerDependencies": { "bunyan": "*" }, "engines": { "node": ">=0.10.1" }, "devDependencies": { "coffee-script": "~1.7.1" } }