c-log
Version:
Pretty colorful cli logger for NodeJS(with table, success and more...)
45 lines (44 loc) • 879 B
JSON
{
"name": "c-log",
"description": "Pretty colorful cli logger for NodeJS(with table, success and more...)",
"version": "0.0.3",
"author": "Ariel Mashraki <ariel@mashraki.co.il>",
"homepage": "https://github.com/a8m/clog",
"directories": {
"lib": "lib"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/a8m/clog.git"
},
"keywords": [
"console",
"console-success",
"console-table",
"table",
"color",
"colors",
"log",
"info",
"error",
"success",
"enjoy",
"warn"
],
"dependencies": {
"colors": "~0.6.2",
"cli-table": "~0.3.0"
},
"devDependencies": {
"mocha": "^1.21.4",
"sinon": "^1.10.3"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test.js -u bdd -R spec"
},
"engines": {
"node": ">= 0.4.0"
},
"license": "MIT"
}