chalk/package.json
Chris Russell 515f97c3e1 Bump to v0.5.2 with package updates for install breaks...
Note that I've also issued or will soon issue the corollary pull requests for has-ansi and strip-ansi.
2015-02-22 01:07:28 -08:00

53 lines
981 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 <joshua@jbna.nl>"
],
"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"
}
}