forked from muaz-khan/RTCMultiConnection-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1.04 KB
/
bower.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
{
"name": "rtcmulticonnection-server",
"description": "RTCMultiConnection socket.io server",
"version": "1.3.3",
"authors": [
{
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"homepage": "https://muazkhan.com/"
}
],
"main": "server.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"
],
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/RTCMultiConnection.git"
},
"homepage": "https://muazkhan.com:9001/demos/",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}