-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 845 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": "lan-video-player",
"version": "1.0.0",
"description": "Video player with LAN controls",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/suitangi/lan-video-player.git"
},
"keywords": [
"Video",
"LAN",
"Network"
],
"author": "suitangi",
"license": "ISC",
"bugs": {
"url": "https://github.com/suitangi/lan-video-player/issues"
},
"homepage": "https://github.com/suitangi/lan-video-player#readme",
"devDependencies": {
"electron": "^28.1.4",
"express": "^4.18.2",
"jQuery": "^1.7.4",
"material-symbols": "^0.14.5",
"signale": "^1.4.0",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"video.js": "^8.9.0"
}
}