-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 885 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 885 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
36
37
38
39
40
41
42
43
44
45
{
"name": "ss-whoami",
"version": "0.0.0",
"description": "Nameplate graphic bundle",
"homepage": "http://splitscreenshow.com/open-source/",
"author": {
"name": "David Thomas",
"email": "guy@synth3.tk",
"url": "http://synth3.tk"
},
"files": [
"dashboard",
"graphics",
"extension.js",
"extension"
],
"keywords": [
"nodecg",
"nodecg-bundle",
"lower-third",
"names",
"nameplate"
],
"nodecg": {
"compatibleRange": "~0.7.0",
"dashboardPanels": [
{
"name": "ss-whoami",
"title": "Name Tags",
"width": 2,
"file": "ss-whoami.html",
"headerColor": "#9f9bbd"
}
],
"graphics": [
{
"file": "index.html",
"width": 1280,
"height": 720
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"license": "MIT"
}