forked from loopj/commonjs-ansi-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 827 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "ansi-color",
"version": "0.2.3",
"description": "This module provides basic ANSI color code support, to allow you to format your console output with foreground and background colors as well as providing bold, italic and underline support.",
"author": "James Smith <james@loopj.com>",
"directories": {
"lib": "./lib"
},
"main": "./lib/ansi-color.js",
"repository": {
"type": "git",
"url": "https://github.com/loopj/commonjs-ansi-color.git"
},
"bugs": {
"url": "https://github.com/loopj/commonjs-ansi-color/issues"
},
"keywords": [
"ansi",
"color",
"console"
],
"license": "BSD License",
"contributors": [
{
"name": "vBm",
"email": "the.vbm@gmail.com"
}
]
}