-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1003 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "simple-peer-server",
"version": "0.0.11",
"description": "A signaling server for simple-peer. Must be paired with simple-peer-wrapper on the client side.",
"main": "src/simple-peer-server.js",
"directories": {
"example": "example",
"src": "src"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/lisajamhoury/simple-peer-server.git"
},
"keywords": [
"data",
"data channel",
"data channel stream",
"data channels",
"p2p",
"peer",
"peer connection",
"peer-to-peer",
"simple-peer",
"signaling server",
"socket server",
"stream",
"video",
"voice",
"webrtc",
"webrtc stream"
],
"author": "lisajamhoury",
"license": "MIT",
"bugs": {
"url": "https://github.com/lisajamhoury/simple-peer-server/issues"
},
"homepage": "https://github.com/lisajamhoury/simple-peer-server#readme",
"dependencies": {
"socket.io": "^4.1.3"
},
"devDependencies": {}
}