-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 899 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
{
"name": "landashboard",
"version": "1.0.0",
"description": "A Dashboard for everyone in the LAN Party to look at. This can be configured to show everything from game server information to up to 4 livestreams!",
"main": "index.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/wipeautcrafter/LANDashboard.git"
},
"keywords": [
"lanparty",
"lan",
"dashboard",
"livestream",
"stream",
"live",
"obs",
"game",
"gaming"
],
"author": "wipeaut",
"license": "MIT",
"bugs": {
"url": "https://github.com/wipeautcrafter/LANDashboard/issues"
},
"homepage": "https://github.com/wipeautcrafter/LANDashboard#readme",
"dependencies": {
"electron": "^9.4.0",
"express": "^4.17.1",
"ip": "^1.1.5",
"node-media-server": "^2.3.8",
"socket.io": "^2.4.1"
}
}