barecolor
Version:
A tiny JavaScript utility for printing colorful console messages
25 lines (24 loc) • 614 B
JSON
{
"name": "barecolor",
"description": "A tiny JavaScript utility for printing colorful console messages",
"logo": "//volument.com/images/color-console.png",
"keywords": [
"minimalistic",
"console",
"color"
],
"version": "1.0.1",
"license": "MIT",
"repository": {
"url": "git+ssh://git@github.com/volument/barecolor.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/volument/barecolor/issues"
},
"homepage": "https://github.com/volument/barecolor#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}