forked from josephdadams/TallyArbiter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 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": "TallyArbiter",
"version": "1.3.0",
"description": "Tally Arbiter is a Node.js server that is capable of listening/fetching tally data from multiple sources (and source types) and ultimately arbitrating whether a end device is considered to be in Preview or Program. Supports TSL 3.1, Blackmagic ATEM, OBS Studio, and StudioCoast VMix (currently). Tally output can be viewed on the server, on a web page, or using a listener script to wirelessly trigger an output, such as blink(1) devices, relay contact closures via USB, or GPIO pins on a Raspberry Pi.",
"keywords": [
"util",
"functional",
"server",
"client",
"browser",
"tsl",
"tally",
"carbonite",
"graphite",
"blackmagic",
"atem",
"ross",
"obs",
"vmix",
"blink1",
"roland",
"tricaster",
"gpio"
],
"license": "MIT",
"author": "Joseph Adams",
"dependencies": {
"atem": "^0.1.8",
"axios": "^0.19.2",
"cli-color": "^2.0.0",
"detect-rpi": "^1.4.0",
"express": "^4.17.1",
"jquery": "^3.5.1",
"obs-websocket-js": "^4.0.1",
"osc": "^2.4.1",
"packet": "0.0.6",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"tsl-umd": "^1.0.1",
"xml2js": "^0.4.23"
},
"main": "main.js",
"scripts": {},
"devDependencies": {}
}