-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 2.6 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 2.6 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "tpcig-bundle",
"version": "0.0.0",
"description": "Dynamic broadcast graphics rendered in a browser",
"homepage": "http://nodecg.com/",
"author": {
"name": "Thomas Bloor",
"email": "tbsliver@shadow.cat",
"url": "https://tbsliver.me"
},
"files": [
"dashboard",
"graphics",
"extension.js",
"extension"
],
"keywords": [
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "^1.1.2",
"dashboardPanels": [
{
"name": "Room Status Dashboard",
"title": "Room Status Dashboard",
"file": "room-status.html",
"headerColor": "#2d4e8a",
"fullbleed": true
},
{
"name": "Stream Tech Dashboard",
"title": "Stream Tech Dashboard",
"file": "stream-tech-dashboard.html",
"headerColor": "#2d4e8a",
"fullbleed": true
},
{
"name": "Event Dashboard",
"title": "Event Dashboard",
"file": "event-dashboard.html",
"headerColor": "#2d4e8a",
"fullbleed": true
},
{
"name": "sponsors",
"title": "Sponsors",
"width": 2,
"file": "sponsors.html",
"headerColor": "#2d4e8a",
"workspace": "Stuff"
},
{
"name": "obs-instances",
"title": "OBS Instances",
"width": 2,
"file": "obs-instances.html",
"headerColor": "#2d4e8a",
"workspace": "Stuff"
}
],
"graphics": [
{
"file": "index.html",
"width": 1920,
"height": 1080
},
{
"file": "test-main.html",
"width": 1920,
"height": 1080
},
{
"file": "sidebar.html",
"width": 550,
"height": 1080
},
{
"file": "body.html",
"width": 1370,
"height": 1080
},
{
"file": "break.html",
"width": 1920,
"height": 1080
}
],
"assetCategories": [
{
"name": "tpcig-corporate-sponsors",
"title": "TPCiG Corporate Sponsors",
"allowedTypes": [
"png",
"jpeg",
"jpg",
"gif"
]
},
{
"name": "tpcig-community-sponsors",
"title": "TPCiG Community Sponsors",
"allowedTypes": [
"png",
"jpeg",
"jpg",
"gif"
]
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"dependencies": {
"bower-npm-resolver": "^0.9.1",
"csv": "^3.1.0",
"moment": "^2.22.2",
"nodecg-utility-obs": "^4.4.0"
},
"devDependencies": {
"eslint": "^5.0.1"
}
}