chalk/package.json
2015-02-22 09:32:22 +00:00

53 lines
1,009 B
JSON

{
"name": "chalk",
"version": "0.5.2",
"description": "Terminal string styling done right. Much color.",
"license": "MIT",
"repository": "sindresorhus/chalk",
"maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com)",
"Joshua Appelman <jappelman@xebia.com> (http://jbnicolai.com)"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"bench": "matcha benchmark.js"
},
"files": [
"index.js"
],
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"ansi",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"dependencies": {
"ansi-styles": "~2.0.0",
"supports-color": "~1.2.0",
"escape-string-regexp": "~1.0.2",
"has-ansi": "~1.0.3",
"strip-ansi": "~2.0.2"
},
"devDependencies": {
"mocha": "*",
"matcha": "~0.6.0"
}
}