pretty-log
Version:
Simple log messages for NodeJs
33 lines (28 loc) • 638 B
JSON
{
"name": "pretty-log",
"version": "0.1.0",
"description": "Simple log messages for NodeJs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/raphaelivan/pretty-log.git"
},
"keywords": [
"log",
"pretty",
"log",
"logger"
],
"author": "Raphael Ivan <contato@raphaelivan.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/raphaelivan/pretty-log/issues"
},
"homepage": "https://github.com/raphaelivan/pretty-log",
"dependencies": {
"colors": "^0.6.2"
}
}