forked from meetecho/janus-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 985 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
{
"name": "janus-gateway",
"version": "0.11.2",
"homepage": "https://github.com/meetecho/janus-gateway",
"authors": [
"Lorenzo Miniero <[email protected]>",
"Philip Withnall <[email protected]>",
"Jack Leigh",
"Pierce Lopez <[email protected]>",
"Benjamin Trent <[email protected]>",
"Dustin Oprea <[email protected]>",
"Maurizio Porrato",
"Giacomo Vacca",
"mrauhu",
"Min Wang",
"leonuh",
"Nicholas Wylie",
"Graeme Yeates <[email protected]>",
"gatecrasher777",
"Damon Oehlman <[email protected]>",
"Scott <[email protected]>"
],
"description": "A javascript library for interacting with the C based Janus WebRTC Server",
"main": "./html/janus.js",
"license": "GPLv3",
"ignore": [
"**/.*",
"**/*.alaw",
"**/*.mjr",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"webrtc-adapter": "7.7.0"
}
}