-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 759 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 759 Bytes
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
30
31
32
33
34
35
{
"name": "jbassard97nodecolors",
"version": "3.1.0",
"description": "Easily apply ANSI escape codes to colorize your text, the text's background, or both simultaneously!",
"main": "colors.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/JBassard97/nodeColors"
},
"keywords": [
"colors",
"nodeColors",
"chalk alternative",
"0 dependency",
"lightweight",
"fun",
"NodeJS",
"RGB values",
"CSS keywords",
"HEX colors",
"beautiful",
"cli",
"module",
"console logging",
"all js",
"ANSI",
"Escape Codes",
"Intuitive"
],
"author": "Jonathan Bassard (JBassard97)",
"license": "ISC"
}