-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 900 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": "v-meet",
"version": "1.0.0",
"description": "An online webapp to communicate with each other via video/audio file sharing along with message chat. It uses PeerJS which is a WebRTC framework for signalling logic and socket.io for realtime connection between client and server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "vishal giri",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.5",
"express": "^4.17.1",
"peer": "^0.5.3",
"socket.io": "^2.3.0",
"uuid": "^8.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/vishal8888a8/V-meet.git"
},
"bugs": {
"url": "https://github.com/vishal8888a8/V-meet/issues"
},
"homepage": "https://github.com/vishal8888a8/V-meet#readme"
}