-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 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
{
"name": "google-meet-clone",
"version": "1.0.0",
"description": "For this purpose, plan is to try using a MongoDB, Express.js framework, and scoket.io for real-time events. Firstly, had plans to make a real-time chat app but later thought of extending this project to a complete google meet clone.",
"main": "index.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sridhar-5/Google-Meet-Clone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sridhar-5/Google-Meet-Clone/issues"
},
"homepage": "https://github.com/sridhar-5/Google-Meet-Clone#readme",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1",
"peer": "^0.6.1",
"socket.io": "^4.1.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.10"
}
}