forked from speedcontrol/speedcontrol-simpletext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.jsonorg.json
More file actions
82 lines (82 loc) · 1.69 KB
/
Copy pathpackage.jsonorg.json
File metadata and controls
82 lines (82 loc) · 1.69 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"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||^2",
"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": "next/game-title.html",
"width": 1280,
"height": 720
},
{
"file": "next/game-category.html",
"width": 1280,
"height": 720
},
{
"file": "next/game-estimate.html",
"width": 1280,
"height": 720
},
{
"file": "next/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
}
]
}
}