forked from designshift/atem-tally-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 998 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
{
"name": "atem-tally-lite",
"version": "1.1.0",
"description": "Tally light system for Blackmagic Design ATEM devices",
"main": "main.js",
"homepage": "https://designshift.ca/",
"repository": {
"type": "git",
"url": "https://github.com/designshift/atem-tally-lite"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "node ./scripts/build.js"
},
"author": "Scott Kuo",
"license": "MIT",
"devDependencies": {
"electron": "^8.3.4"
},
"dependencies": {
"atem-connection": "^1.3.2",
"bonjour": "^3.5.0",
"bootstrap": "^4.5.0",
"bootstrap-icons": "^1.0.0-alpha5",
"electron-store": "^5.2.0",
"express": "^4.17.1",
"http": "0.0.1-security",
"jquery": "^3.5.1",
"moment": "^2.27.0",
"popper.js": "^1.16.1",
"pug": "^2.0.4",
"socket.io": "^2.3.0"
}
}