mirror of
https://github.com/arthur-pbty/syncfilm.git
synced 2026-06-12 23:59:32 +02:00
Remove Madame Mode feature and associated styles, refactor video player server logic, and add MIT license and new styles for video player interface.
This commit is contained in:
+15
-9
@@ -1,18 +1,24 @@
|
||||
{
|
||||
"name": "syncfilm",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"description": "SyncFilm est une application web qui permet à plusieurs utilisateurs de regarder des films ensemble en temps réel, avec une lecture parfaitement synchronisée.",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/arthur-pbty-labs/syncfilm.git"
|
||||
},
|
||||
"author": "arthur-pbty",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/arthur-pbty-labs/syncfilm/issues"
|
||||
},
|
||||
"homepage": "https://github.com/arthur-pbty-labs/syncfilm#readme",
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^4.21.2",
|
||||
"express": "^5.1.0",
|
||||
"socket.io": "^4.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user