29 lines
562 B
JSON
Executable File
29 lines
562 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|