UNPKG
simple-debug
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
simple tool to limit log output
timshadel/simple-debug
simple-debug
/
component.json
18 lines
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"simple-debug"
,
"repo"
:
"timshadel/simple-debug"
,
"description"
:
"simple tool to limit log output"
,
"version"
:
"1.1.0"
,
"keywords"
:
[
"debug"
,
"log"
,
"debugger"
,
"simple"
]
,
"scripts"
:
[
"index.js"
]
,
"dependencies"
:
{
"CamShaft/console"
:
"*"
}
}