Installing dependencies.
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "ansicolors",
|
||||
"version": "0.3.2",
|
||||
"description": "Functions that surround a string with ansicolor codes so it prints in color.",
|
||||
"main": "ansicolors.js",
|
||||
"scripts": {
|
||||
"test": "node test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/thlorenz/ansicolors.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ansi",
|
||||
"colors",
|
||||
"highlight",
|
||||
"string"
|
||||
],
|
||||
"author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
|
||||
"license": "MIT",
|
||||
"readmeFilename": "README.md",
|
||||
"gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d"
|
||||
}
|
||||
Reference in New Issue
Block a user