-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from scottmas/master
Use bower for front end dependency management
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "janus-gateway", | ||
"version": "0.0.7", | ||
"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 Gateway", | ||
"main": "./html/janus.js", | ||
"license": "GPLv3", | ||
"ignore": [ | ||
"**/.*", | ||
"**/*.alaw", | ||
"**/*.mjr", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"adapter.js": "*", | ||
"jquery": "*" | ||
} | ||
} |