-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 897 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "json-colorz",
"version": "0.2.7",
"description": "display a json or javascript object in the console with colorz",
"main": "index.js",
"scripts": {},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/akileez/json-colorz.git"
},
"author": {
"name": "Keith Williams",
"email": "[email protected]",
"url": "https://github.com/akileez/json-colorz"
},
"homepage": "https://github.com/akileez/json-colorz",
"bugs": {
"url": "https://github.com/akileez/json-colorz/issues"
},
"license": "ISC",
"keywords": [
"json",
"color",
"colors",
"ansi",
"node",
"console",
"terminal",
"iTerm",
"format",
"jsome"
],
"dependencies": {
"colorz": "^0.1.9"
},
"devDependencies": {},
"files": [
"LICENSE",
"index.js",
"README.md",
"lib"
]
}