-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 Bytes
/
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
{
"name": "vtally-electron",
"private": true,
"version": "0.5.0",
"main": "index.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder --publish never"
},
"repository": "github:wifi-tally/electron-dist",
"license": "MIT",
"dependencies": {
"electron-log": "^4.4.1",
"open": "^8.2.0",
"vtally": "0.5.0"
},
"postinstall": "electron-builder install-app-deps",
"devDependencies": {
"electron": "^13.0.1",
"electron-builder": "^22.10.5",
"electron-rebuild": "^2.3.5"
},
"homepage": "https://wifi-tally.github.io/",
"bugs": "https://github.com/wifi-tally/wifi-tally/issues",
"description": "An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.",
"keywords": [
"esp8266",
"nodemcu",
"roland",
"atem",
"nodemcu-lua",
"obs-studio",
"tally",
"vmix",
"tally-light"
]
}