Skip to content

Commit

Permalink
Merge pull request #139 from scottmas/master
Browse files Browse the repository at this point in the history
Use bower for front end dependency management
  • Loading branch information
lminiero committed Jan 27, 2015
2 parents 7e616cf + 42aa31f commit 5236fc7
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bower.json
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": "*"
}
}

0 comments on commit 5236fc7

Please sign in to comment.