Current File : //usr/lib/node_modules/bower/lib/node_modules/cardinal/package.json |
{
"name": "cardinal",
"version": "0.4.4",
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
"main": "cardinal.js",
"scripts": {
"test": "tap ./test/*.js",
"demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;"
},
"bin": {
"cdl": "./bin/cdl.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/cardinal.git"
},
"keywords": [
"syntax",
"highlight",
"theme",
"javascript",
"json",
"terminal",
"console",
"print",
"output"
],
"author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
"license": "MIT",
"dependencies": {
"redeyed": "~0.4.0",
"ansicolors": "~0.2.1"
},
"devDependencies": {
"tap": "~0.3.1",
"readdirp": "~0.2.1"
}
}