-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 879 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 879 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
{
"name": "codekaksha_web",
"version": "1.0.0",
"description": "Realtime classroom",
"main": "server.js",
"scripts": {
"start": "node server",
"dev": "nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeKaksha/codekaksha_web.git"
},
"author": "Abhinandan Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeKaksha/codekaksha_web/issues"
},
"homepage": "https://github.com/CodeKaksha/codekaksha_web#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"ini": "^2.0.0",
"moment": "^2.29.1",
"nanoid": "^3.1.18",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.17",
"peer": "^0.5.3",
"socket.io": "^3.0.4",
"uuid": "^8.3.1"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}