kurento-backend/static/bower.json

29 lines
562 B
JSON
Raw Normal View History

2018-05-25 18:58:19 +00:00
{
"name": "kurento-one2many-call",
"description": "Kurento Browser JavaScript Tutorial",
"authors": [
"Kurento <info@kurento.org>"
],
"main": "index.html",
"moduleType": [
"globals"
],
"license": "LGPL",
"homepage": "http://www.kurento.org/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"adapter.js": "v0.2.9",
"bootstrap": "~3.3.0",
"ekko-lightbox": "~3.3.0",
"demo-console": "1.5.1",
"socket.io-client": "^1.4.5"
}
}