-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "new-kriika",
"version": "1.0.0",
"description": "microsoft teams clone by kritika",
"main": "server.js",
"dependencies": {
"bunyan": "^1.8.15",
"cookie-session": "^1.4.0",
"dotenv": "^10.0.0",
"express": "^4.18.2",
"express-flash": "0.0.2",
"express-openid-connect": "^2.16.0",
"express-pino-logger": "^6.0.0",
"log4js": "^6.3.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"morgan-json": "^1.1.0",
"nodemon": "^2.0.8",
"peer": "^0.6.1",
"peerjs": "^1.3.2",
"pino": "^6.12.0",
"recordrtc": "^5.6.2",
"socket.io": "^2.3.0",
"uuid": "^8.3.2",
"webrtc": "^1.14.1",
"webrtc-adapter": "^8.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"pino-pretty": "^5.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "kritika",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/kaybee128/teamsclone-.git"
},
"bugs": {
"url": "https://github.com/kaybee128/teamsclone-/issues"
},
"homepage": "https://github.com/kaybee128/teamsclone-#readme"
}