forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 934 Bytes
/
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
{
"name": "adapter.js",
"description": "A shim to insulate apps from WebRTC spec changes and prefix differences",
"homepage": "http://googlechrome.github.io/webrtc/",
"repository": {
"type": "git",
"url": "https://github.com/GoogleChrome/webrtc.git"
},
"authors": [
"The WebRTC project authors (http://www.webrtc.org/)",
"Jesús Leganés Combarro \"piranna\" <[email protected]>"
],
"main": "samples/web/js/adapter.js",
"moduleType": [
"globals"
],
"keywords": [
"WebRTC",
"PeerConnection",
"RTCPeerConnection",
"getUserMedia",
"Chrome",
"Chromium",
"Firefox"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js",
"index.html",
"package.json",
"samples/web/content",
"samples/web/css",
"samples/web/js/lib",
"samples/web/js/videopipe.js"
]
}