-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepositories.json
69 lines (69 loc) · 2.01 KB
/
repositories.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
64
65
66
67
68
69
{
"reference":"https://github.com/stream-labs/desktop/blob/v1.16.6/scripts/repositories.json",
"root": [
{
"name": "obs-studio-node",
"url": "https://s3-us-west-2.amazonaws.com/obsstudionodes3.streamlabs.com/",
"archive": "osn-[VERSION]-release-[OS].tar.gz",
"version": "0.24.38",
"win64": true,
"osx": true
},
{
"name": "node-libuiohook",
"url": "https://slobs-node-libuiohook.s3-us-west-2.amazonaws.com/",
"archive": "node-libuiohook-[VERSION]-[OS].tar.gz",
"version": "1.1.16",
"win64": true,
"osx": true
},
{
"name": "node-fontinfo",
"url": "https://slobs-node-fontinfo.s3-us-west-2.amazonaws.com/",
"archive": "node-fontinfo-[VERSION]-[OS].tar.gz",
"version": "1.1.11",
"win64": true,
"osx": true
},
{
"name": "font-manager",
"url": "https://slobs-font-manager.s3-us-west-2.amazonaws.com/",
"archive": "font-manager-[VERSION]-[OS].tar.gz",
"version": "1.2.9",
"win64": true,
"osx": true
},
{
"name": "crash-handler",
"url": "https://slobs-crash-handler.s3-us-west-2.amazonaws.com/",
"archive": "crash-handler-[VERSION]-[OS].tar.gz",
"version": "1.2.21",
"win64": true,
"osx": true
},
{
"name": "node-window-rendering",
"url": "https://slobs-node-window-rendering.s3-us-west-2.amazonaws.com/",
"archive": "node-window-rendering-[VERSION]-[OS].tar.gz",
"version": "1.0.19",
"win64": false,
"osx": true
},
{
"name": "game_overlay",
"url": "https://obs-studio-deployment.s3-us-west-2.amazonaws.com/",
"archive": "game-overlay-[VERSION]-[OS].tar.gz",
"version": "0.0.62",
"win64": true,
"osx": false
},
{
"name": "color-picker",
"url": "https://obs-studio-deployment.s3-us-west-2.amazonaws.com/",
"archive": "color-picker-[VERSION]-[OS].tar.gz",
"version": "1.3.10",
"win64": true,
"osx": false
}
]
}