-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.06 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
{
"name": "szybcyiwygadani-layouty",
"version": "0.0.0",
"description": "Layouty podcastu \"Szybcy i Wygadani\".",
"homepage": "https://gsps.pl",
"author": {
"name": "GramyPomagamy",
"email": "kontakt.gsps@gmail.com",
"url": "https://gsps.pl"
},
"keywords": [
"",
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "^1.1.1",
"dashboardPanels": [
{
"name": "names",
"title": "Podcast",
"width": 3,
"file": "names.html",
"headerColor": "#525F78"
}
],
"graphics": [
{
"file": "main.html",
"width": 1920,
"height": 1080
},
{
"file": "main_2p.html",
"width": 1920,
"height": 1080
},
{
"file": "countdown.html",
"width": 1920,
"height": 1080
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"private": true,
"dependencies": {
"events": "^3.3.0",
"material-components-web": "^11.0.0",
"milliseconds": "^1.0.3",
"parse-ms": "^2.1.0"
}
}