colorful-logs
Version:
Simple override for console logs with time stamp and colors.
33 lines (32 loc) • 629 B
JSON
{
"name": "colorful-logs",
"version": "0.1.2",
"description": "Simple override for console logs with time stamp and colors.",
"main": "colorful-logs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Color",
"Logs",
"Log",
"Time",
"Stamp",
"Time",
"Stamped",
"Logs",
"Colorful",
"Logs",
"Logging"
],
"author": "Göksen Umut Güler",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zeromiya/colorful-logs.git"
},
"dependencies": {
"chalk": "^1.1.3",
"moment": "^2.17.1"
}
}