UNPKG

express-winston-2

Version:

Express.js middleware for flatiron/winston. Credits to express-winston

94 lines (93 loc) 1.99 kB
{ "author": { "name": "nballaney", "email": "nballaney@gmail.com" }, "name": "express-winston-2", "description": "Express.js middleware for flatiron/winston. Credits to express-winston", "keywords": [ "winston", "flatiron", "logging", "express", "log", "error", "handler", "middleware", "colors", "logger", "node" ], "version": "0.0.2", "repository": { "type": "git", "url": "https://github.com/nballaney/express-winston-2.git" }, "bugs": { "url": "http://github.com/nballaney/express-winston-2/issues" }, "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec", "test-travis": "node_modules/.bin/mocha --require blanket --reporter travis-cov", "test-coverage": "node_modules/.bin/mocha --require blanket --reporter html-cov >| coverage.html || true" }, "config": { "travis-cov": { "threshold": 100 }, "blanket": { "pattern": [ "index.js" ], "data-cover-never": [ "node_modules", "test" ] } }, "dependencies": { "chalk": "~0.4.0", "underscore": "~1.5.2", "winston": "~0.9.0" }, "devDependencies": { "blanket": "~1.1.6", "mocha": "~2.1.0", "node-mocks-http": "~1.2.3", "should": "~4.6.0", "travis-cov": "~0.2.5" }, "engines": { "node": ">=0.6.0" }, "license": "MIT", "contributors": [ { "name": "bithavoc", "email": "im@bithavoc.io", "url": "http://bithavoc.io" }, { "name": "Lars Jacob", "url": "http://jaclar.net" }, { "name": "Jonathan Lomas", "url": "http://floatinglomas.ca" }, { "name": "Xavier Damman", "url": "http://xdamman.com" }, { "name": "Quentin Rossetti", "email": "quentin.rossetti@gmail.com" }, { "name": "Robbie Trencheny", "email": "me@robbiet.us", "url": "http://robbie.io" } ] }