-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 1.98 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "thebiggame",
"version": "48.0.0",
"description": "theBIGGAME graphical assets, etc",
"homepage": "http://thebiggame.org",
"author": {
"name": "duck",
"email": "me@duck.me.uk",
"url": "http://duck.me.uk"
},
"files": [
"dashboard",
"graphics",
"extension.js",
"extension"
],
"keywords": [
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "~1.2.0",
"dashboardPanels": [
{
"name": "alert",
"title": "Alert",
"width": 3,
"file": "alert.html",
"headerColor": "#ff0000",
"workspace": "Stage"
},
{
"name": "countdown",
"title": "Countdown",
"width": 2,
"file": "countdown.html",
"headerColor": "#ff0000",
"workspace": "Stage"
},
{
"name": "halfwipe",
"title": "Halfwipe",
"width": 3,
"file": "halfwipe.html",
"headerColor": "#ff0000",
"workspace": "Stream"
},
{
"name": "lowerthird",
"title": "Lower Third",
"width": 3,
"file": "lowerthird.html",
"headerColor": "#ff0000",
"workspace": "Stream"
},
{
"name": "persons",
"title": "Persons",
"width": 2,
"file": "persons.html",
"headerColor": "#ff0000",
"workspace": "Stream"
},
{
"name": "scoreboard",
"title": "Scoreboard",
"width": 2,
"file": "scoreboard.html",
"headerColor": "#ff0000",
"workspace": "Stream"
}
],
"graphics": [
{
"file": "stage.html",
"width": 1920,
"height": 1080
},
{
"file": "stream.html",
"width": 1920,
"height": 1080
}
],
"soundCues": [
{
"name": "alertCue",
"defaultFile": "sound/alert.ogg",
"channels": 1
}
]
},
"repository": "https://github.com/thebiggame/tbgcg.git",
"license": "Apache-2.0"
}