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
29 lines (29 loc) · 696 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 696 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
{
"name": "talk",
"version": "4.0.0",
"description": "A free, peer-to-peer, encrypted, open-source video calling for the web.",
"main": "signalling-server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node signalling-server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasanthv/talk.git"
},
"keywords": [
"webrtc",
"socket.io",
"video"
],
"author": "Vasanth.V <imvasanthv@gmail.com>",
"license": "MIT",
"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"
}
}