-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcreateVideoChat.jquery.json
39 lines (39 loc) · 1.21 KB
/
createVideoChat.jquery.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
{
"name": "createVideoChat",
"title": "WebRTC Video Chat",
"description": "This plugin enables real-time streaming of video and/or audio between two web browsers (or peers).",
"keywords": [
"html5",
"webrtc"
],
"version": "1.0.6",
"author": {
"name": "Fresh Tilled Soil",
"url": "http://freshtilledsoil.com"
},
"maintainers": [
{
"name": "Paul Greenlea",
"email": "paul.greenlea@freshtilledsoil.com",
"url": "http://freshtilledsoil.com"
},
{
"name": "Tim Wright",
"email": "timwright12@gmail.com",
"url": "http://freshtilledsoil.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/freshtilledsoil/webrtc-jquery-plugin/blob/master/LICENSE"
}
],
"bugs": "https://github.com/freshtilledsoil/webrtc-jquery-plugin/issues",
"homepage": "https://github.com/freshtilledsoil/webrtc-jquery-plugin",
"docs": "https://github.com/freshtilledsoil/webrtc-jquery-plugin",
"download": "https://github.com/freshtilledsoil/webrtc-jquery-plugin",
"dependencies": {
"jquery": ">=1.5"
}
}