colorz
Version:
Ansi escaped color styling for the console and terminal
53 lines (52 loc) • 923 B
JSON
{
"name": "colorz",
"version": "0.1.9",
"description": "Ansi escaped color styling for the console and terminal",
"main": "index.js",
"scripts": {
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/akileez/colorz.git"
},
"author": {
"name": "Keith Williams",
"email": "git@keeda.net",
"url": "https://github.com/akileez/colorz"
},
"homepage": "https://github.com/akileez/colorz",
"bugs": {
"url": "https://github.com/akileez/colorz/issues"
},
"license": "ISC",
"keywords": [
"ansi",
"color",
"colors",
"colour",
"cli",
"command",
"command-line",
"console",
"format",
"formatting",
"iTerm",
"log",
"logging",
"string",
"style",
"terminal",
"text",
"xterm"
],
"dependencies": {
},
"devDependencies": {
},
"files":[
"index.js"
]
}