Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

44 lines
781 B

{
"name": "tfunk",
"version": "4.0.0",
"description": "Multi-colour console output from chalk with added awesome",
"repository": "shakyShane/tfunk",
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"styles",
"formatting",
"rgb",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"files": [
"index.js",
"lib"
],
"scripts": {
"lint": "jshint test/*.js index.js",
"test": "npm run lint && mocha"
},
"author": "Shane Osbourne",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"dlv": "^1.1.3"
},
"devDependencies": {
"chai": "^1.10.0",
"jshint": "^2.6.0",
"mocha": "^8.2.0",
"pegjs": "^0.8.0"
}
}