herb
Version:
The Logging Monster!
42 lines (41 loc) • 805 B
JSON
{
"name": "herb",
"version": "2.3.0",
"description": "The Logging Monster!",
"main": "herb.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/schahriar/herb.git"
},
"keywords": [
"herb",
"console",
"log",
"logs",
"logging",
"table",
"paragraph",
"line",
"CLI",
"color",
"styling"
],
"author": "Schahriar SaffarShargh <info@schahriar.com> (http://schahriar.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/schahriar/herb/issues"
},
"homepage": "https://github.com/schahriar/herb",
"dependencies": {
"cli-table": "^0.3.1",
"culinary": "^1.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
}
}