forked from muaz-khan/RTCMultiConnection-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.17 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
45
46
47
48
49
50
51
52
53
54
{
"name": "rtcmulticonnection-server",
"preferGlobal": false,
"version": "1.3.3",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"url": "https://muazkhan.com/"
},
"description": "RTCMultiConnection socket.io server",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/RTCMultiConnection-Server.git"
},
"scripts": {
"start": "node server.js"
},
"main": "./node_scripts/index.js",
"keywords": [
"peer-to-peer",
"peer2peer",
"peer",
"webrtc",
"rtcmulticonnection",
"webrtc-library",
"library",
"javascript",
"chrome",
"firefox",
"opera",
"ie",
"internet-explorer",
"android",
"rtcweb",
"rtcmulticonnection.js",
"multirtc",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"dependencies": {
"socket.io": "latest"
},
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/muaz-khan/RTCMultiConnection-Server/issues",
"email": "muazkh@gmail.com"
},
"homepage": "https://muazkhan.com:9001/demos/",
"_from": "rtcmulticonnection-server@"
}