clorox
Version:
Node.js library for colorizing text using ANSI escape sequences.
35 lines (34 loc) • 831 B
JSON
{
"name": "clorox",
"version": "2.2.0",
"description": "Node.js library for colorizing text using ANSI escape sequences.",
"main": "index.js",
"scripts": {
"test": "nyc -r lcov tape test/*.js && nyc report",
"release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push origin master && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "jorgebucaran/clorox"
},
"files": [
"index.js"
],
"keywords": [
"clorox",
"color",
"terminal",
"cli",
"ansi"
],
"author": "Jorge Bucaran",
"license": "MIT",
"bugs": {
"url": "https://github.com/jorgebucaran/clorox/issues"
},
"homepage": "https://github.com/jorgebucaran/clorox",
"devDependencies": {
"nyc": "^12.0.2",
"tape": "^4.9.1"
}
}