UNPKG
lcars-dash
Version:
latest (0.0.1)
0.0.1
LCARS inspired multi-window dashboard
github.com/RefugeSystems/lcars-dash
RefugeSystems/lcars-dash
lcars-dash
/
client
/
configuration.json
16 lines
(15 loc)
•
213 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"log"
:
{
"log"
:
true
,
"trace"
:
true
,
"debug"
:
true
,
"info"
:
true
,
"warn"
:
true
,
"error"
:
true
,
"fatal"
:
true
}
,
"libraries"
:
[
{
"name"
:
"Beta"
,
"url"
:
"ws://localhost/"
}
]
}