This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Video-Chat/package.json
2023-09-17 09:57:58 -04:00

14 lines
243 B
JSON

{
"name": "zoom-clone",
"version": "1.0.0",
"main": "server.js",
"author": "Henry Hiles",
"type": "module",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.2",
"socket.io": "^4.5.1",
"uuid": "^8.3.2"
}
}