thunder-log
Version:
The logger used for Shared Services Logging.
18 lines (17 loc) • 448 B
JSON
{
"name": "thunder-log",
"version": "1.0.2",
"description": "The logger used for Shared Services Logging.",
"keywords": ["thunder-log", "thunder", "logging", "winston", "winston logging", "vertafore", "js logging"],
"main": "index.js",
"scripts": {
"test": "mocha test/"
},
"author": "Greg Morgan + Ryan Cooper",
"license": "ISC",
"dependencies": {
"chai": "^3.4.0",
"mocha": "^6.0.2",
"winston": "^3.2.1"
}
}