node-logging-js
Version:
Easy lib to trace function calls and write log messages into the `console` object.
25 lines (24 loc) • 595 B
JSON
{
"name": "node-logging-js",
"description": "Easy lib to trace function calls and write log messages into the `console` object.",
"main": "logging.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DracoBlue/logging-js.git"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"logging",
"console",
"tracing"
],
"license": "MIT",
"homepage": "https://github.com/DracoBlue/logging.js#readme",
"author": "DracoBlue <JanS@DracoBlue.de>",
"bugs": {
"url": "https://github.com/DracoBlue/logging.js/issues"
},
"version": "1.2.0"
}