fh-logger-helper
Version:
Some sensible defaults around the Winston logger to easily manage logging in an application
25 lines (24 loc) • 635 B
JSON
{
"name": "fh-logger-helper",
"version": "1.1.1",
"description": "Some sensible defaults around the Winston logger to easily manage logging in an application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TinyExplosions/fh-logger-helper.git"
},
"keywords": [
"winston",
"RHMAP",
"logging"
],
"author": "Al Graham, Alan Moran",
"license": "MIT",
"bugs": {
"url": "https://github.com/TinyExplosions/fh-logger-helper/issues"
},
"homepage": "https://github.com/TinyExplosions/fh-logger-helper#readme",
"dependencies": {
"winston": "~2.2.0"
}
}