winston-express-middleware
Version:
express.js middleware for flatiron/winston
89 lines (88 loc) • 1.93 kB
JSON
{
"author": {
"name": "hharnisc",
"email": "hharnisc@gmail.com",
"url": "http://hharnisc.github.io"
},
"name": "winston-express-middleware",
"description": "express.js middleware for flatiron/winston",
"keywords": [
"winston",
"flatiron",
"logging",
"express",
"log",
"error",
"handler",
"middleware",
"colors"
],
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/hharnisc/winston-express-middleware.git"
},
"bugs": {
"url": "http://github.com/hharnisc/winston-express-middleware/issues",
"email": "hharnisc@gmail.com"
},
"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",
"lodash": "~3.10.1",
"winston": "~1.0.1"
},
"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": "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"
}
]
}