forked from vasanthv/hello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 720 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 720 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
{
"name": "talk",
"version": "4.0.0",
"description": "A free, peer-to-peer, encrypted, open-source video calling for the web.",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasanthv/talk.git"
},
"keywords": [
"webrtc",
"socket.io",
"video"
],
"author": "Vasanth.V <imvasanthv@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/vasanthv/talk/issues"
},
"homepage": "https://github.com/vasanthv/talk#readme",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.5.3",
"vue": "^3.2.41"
}
}