mirror of
https://github.com/arthur-pbty/syncfilm.git
synced 2026-06-03 15:07:40 +02:00
25 lines
743 B
JSON
25 lines
743 B
JSON
{
|
|
"name": "syncfilm",
|
|
"version": "1.0.0",
|
|
"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": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"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": {
|
|
"express": "^5.1.0",
|
|
"socket.io": "^4.8.1"
|
|
}
|
|
}
|