-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.29 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.29 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
{
"name": "speedcontrol-simpletext",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/speedcontrol/speedcontrol-simpletext.git"
},
"author": "zoton2",
"license": "ISC",
"bugs": {
"url": "https://github.com/speedcontrol/speedcontrol-simpletext/issues"
},
"homepage": "https://github.com/speedcontrol/speedcontrol-simpletext#readme",
"nodecg": {
"compatibleRange": "^1.5.0",
"bundleDependencies": {
"nodecg-speedcontrol": "^2.0.0"
},
"graphics": [
{
"file": "game-title.html",
"width": 1280,
"height": 720
},
{
"file": "game-category.html",
"width": 1280,
"height": 720
},
{
"file": "game-system.html",
"width": 1280,
"height": 720
},
{
"file": "game-estimate.html",
"width": 1280,
"height": 720
},
{
"file": "player.html",
"width": 1280,
"height": 720
},
{
"file": "twitch.html",
"width": 1280,
"height": 720
},
{
"file": "timer.html",
"width": 1280,
"height": 720
},
{
"file": "donation-total.html",
"width": 1280,
"height": 720
}
]
}
}