-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1005 Bytes
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
31
32
33
34
35
36
37
38
39
{
"name": "zooom-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js && echo \"Starting server...\"",
"dev": "echo \"Starting nodemon server..\" && nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Suchismit4/zooom-clone.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Suchismit4/zooom-clone/issues"
},
"homepage": "https://github.com/Suchismit4/zooom-clone#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"http": "^0.0.1-security",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"peer": "^0.6.1",
"promisify": "0.0.3",
"socket.io": "^2.3.0",
"uuid": "^8.3.2"
}
}