-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
84 lines (84 loc) · 2.42 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "rtcmulticonnection",
"preferGlobal": false,
"version": "3.7.1",
"author": {
"name": "Muaz Khan",
"email": "[email protected]",
"url": "https://muazkhan.com/"
},
"description": "RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to support all possible peer-to-peer features.",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/RTCMultiConnection.git"
},
"scripts": {
"start": "node server.js",
"contrib-prerequisites": "npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected] && npm install [email protected]"
},
"engines": {
"node": ">=8.0.0"
},
"main": "./dist/RTCMultiConnection.js",
"keywords": [
"peer-to-peer",
"peer2peer",
"p2p",
"peer",
"webrtc",
"rtcmulticonnection",
"webrtc-library",
"library",
"javascript",
"chrome",
"firefox",
"opera",
"ie",
"edge",
"ios",
"safari",
"internet-explorer",
"android",
"rtcweb",
"rtcmulticonnection.js",
"multirtc",
"webrtc-experiment",
"javascript-library",
"muaz",
"muaz-khan"
],
"dependencies": {
"canvas-designer": "latest",
"detectrtc": "latest",
"fbr": "latest",
"getstats": "latest",
"multistreamsmixer": "latest",
"recordrtc": "latest",
"rtcmulticonnection-server": "latest",
"socket.io": "latest",
"webrtc-adapter": "latest"
},
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/muaz-khan/RTCMultiConnection/issues",
"email": "[email protected]"
},
"homepage": "https://muazkhan.com:9001/demos/",
"tonicExampleFilename": "npm-test.js",
"_from": "rtcmulticonnection@",
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.7.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "1.1.0",
"grunt-jsbeautifier": "0.2.10",
"grunt-replace": "0.11.0",
"load-grunt-tasks": "3.4.0"
}
}