-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 831 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": "color-logs",
"version": "0.6.1",
"description": "Color-logs works as console.log logger on Node.js but with extra data and colors to make easier find the lines on your log files.",
"main": "color-logs.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jesuslg123/Color-Logs.git"
},
"keywords": [
"log",
"logs",
"color",
"helper",
"help"
],
"author": "Jesus L.G.",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jesuslg123/Color-Logs/issues"
},
"homepage": "https://github.com/jesuslg123/Color-Logs",
"dependencies": {
"colors": "x"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jesuslg123/Color-Logs/blob/master/LICENSE-MIT"
}
]
}