17 lines
432 B
JSON
17 lines
432 B
JSON
{
|
|
"name": "syncplayer",
|
|
"version": "1.0.0",
|
|
"description": "Flask + Flask-SocketIO system for near frame-level synchronized playback across many browser-capable SoC displays on a local LAN.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"socket.io-client": "4.7.5"
|
|
}
|
|
}
|