-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 877 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 877 Bytes
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
{
"name": "lowerthirdshtml",
"version": "0.2.0",
"description": "lowerthirds for obs",
"dependencies": {
"adm-zip": "^0.4.14",
"express": "^4.17.1",
"lodash": "^4.17.15",
"multer": "^1.4.2",
"osc": "^2.4.1",
"sass": "^1.26.5",
"socket.io": "^2.3.0",
"twitter-lite": "^0.11.0",
"uuid": "^8.0.0",
"zip-zip-top": "^0.2.0"
},
"main": "index.js",
"devDependencies": {
"electron": "^7.0.0",
"electron-packager": "^14.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron index.js",
"build-windows": "electron-packager ./ lowerThirdsHtml --platform=win32 --arch=x64 --electron-version=7.2.1",
"build-mac": "electron-packager ./ lowerThirdsHtml --platform=darwin --arch=x64 --electron-version=7.2.1"
},
"author": "Hendrik Fellerhoff",
"license": "GPLv3"
}