-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 872 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
{
"name": "CallEdge-GmeetClone",
"version": "1.0.0",
"description": "Developing a clone of the popular website GMeet which is a popular video conferencing service from Google. Improving it a bit more as well",
"main": "server.js",
"repository": "https://github.com/ShivaRapolu01/CallEdge-GmeetClone.git",
"author": "Shiva Rapolu <[email protected]>",
"license": "MIT",
"scripts": {
"devStart": "nodemon server.js"
},
"dependencies": {
"config": "3.3.1",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongoose": "^6.4.2",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.18",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"peer": "^0.6.1",
"peerjs": "^1.4.6",
"socket.io": "^4.5.1",
"uuid": "^8.3.2"
}
}