-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.24 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
{
"name": "sos-overlays-2",
"version": "0.0.0",
"description": "The second design of the Swim or Sink livestream overlays.",
"compatibleDashboardVersion": "~4.16.0",
"compatibleGameVersions": [
"SPLATOON_2",
"SPLATOON_3"
],
"homepage": "iplabs.ink",
"author": {
"name": ".jpg",
"email": "[email protected]",
"url": "iplabs.ink"
},
"files": [
"dashboard",
"graphics",
"extension.js",
"extension"
],
"keywords": [
"",
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "^1.1.1 || ^2.0.0",
"graphics": [
{
"file": "main.html",
"width": 1920,
"height": 1080
},
{
"file": "break.html",
"width": 1920,
"height": 1080
},
{
"file": "webcam.html",
"width": 1920,
"height": 1080
},
{
"file": "bracket.html",
"width": 1920,
"height": 1080
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"private": true,
"dependencies": {
"@tourneyview/common": "~0.8.0",
"@tourneyview/renderer": "~0.8.1",
"d3": "^7.9.0",
"fitted-text": "^2.0.5",
"gsap": "^3.11.1"
},
"devDependencies": {
"@nodecg/types": "^2.1.11"
}
}