forked from preciousroy/nodecg-mgsrng
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "nodecg-mgsrng",
"version": "1.0.0",
"description": "Power Up With Pride 2019 new format layouts using NodeCG + Speedcontrol. Refactored for MGSR",
"homepage": "https://layout.powerupwithpride.org",
"author": "DorkmasterFlek, preciousroy",
"dependencies": {
},
"nodecg": {
"compatibleRange": "^1.0.0",
"dependencies": [
"speedcontrol/nodecg-speedcontrol:>=0.9",
"PowerUpWithPride/speedcontrol-layoutswitch:>=1.0",
"PowerUpWithPride/speedcontrol-gdqtracker:>=1.0"
],
"graphics": [
{
"file": "game-layout.html",
"width": 1920,
"height": 1080
},
{
"file": "intermission.html",
"width": 1920,
"height": 1080
},
{
"file": "game-layout-notracker.html",
"width": 1920,
"height": 1080
},
{
"file": "intermission-notracker.html",
"width": 1920,
"height": 1080
},
{
"file": "background.html",
"width": 1920,
"height": 1080
}
]
},
"license": "GPL-3.0"
}