forked from lethanhvietctt5/video-chat-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "video-chat-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd client && npm run build",
"client-install": "cd client && npm install",
"start": "node app.js",
"client": "cd client && npm start",
"heroku-postbuild": "npm run client-install && npm run build",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lethanhvietctt5/video-chat-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lethanhvietctt5/video-chat-app/issues"
},
"homepage": "https://github.com/lethanhvietctt5/video-chat-app#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.10.0",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.5",
"mongoose": "^5.12.1",
"path": "^0.12.7",
"peer": "^0.6.1",
"socket.io": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}