UNPKG

lincoln

Version:

Presidential logging. Fancy loggers for winston.

40 lines (39 loc) 861 B
{ "name": "lincoln", "version": "0.2.1", "description": "Presidential logging. Fancy loggers for winston.", "keywords": [ "log", "loggers", "logging", "winston" ], "main": "lib/", "scripts": { "prepublish": "cake build:prepublish", "test": "cake test" }, "homepage": "https://github.com/zeekay/lincoln", "repository": "https://github.com/zeekay/lincoln", "bugs": { "url": "https://github.com/zeekay/lincoln/issues" }, "author": { "name": "Zach Kelling", "email": "zk@monoid.io", "url": "http://zeekay.io" }, "license": "BSD", "readmeFilename": "README.md", "dependencies": { "raven": "~0.5.1", "winston": "~0.7.1", "postmortem": "~0.1.5" }, "devDependencies": { "executive": "~0.3.0", "chai": "~1.6.0", "coffee-script": "~1.6.3", "mocha": "~1.10.0" } }