64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "verto_communicator",
|
||
|
"version": "0.0.1",
|
||
|
"authors": [
|
||
|
"Jonatas Oliveira <jonatas@evolux.net.br>",
|
||
|
"Ítalo Rossi <italo@evolux.net.br>",
|
||
|
"Stefan Yohansson <stefan@evolux.net.br>",
|
||
|
"João Mesquita <jmesquita@indicium.com.ar>"
|
||
|
],
|
||
|
"description": "Verto Communicator",
|
||
|
"main": "index.html",
|
||
|
"keywords": [
|
||
|
"freeswitch",
|
||
|
"verto",
|
||
|
"webrtc"
|
||
|
],
|
||
|
"license": "MPL",
|
||
|
"homepage": "www.freeswitch.org",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"angular-gravatar": "~0.4.1",
|
||
|
"bootstrap": "~3.3.5",
|
||
|
"angular-toastr": "~1.4.1",
|
||
|
"angular": "~1.3.15",
|
||
|
"angular-route": "~1.3.15",
|
||
|
"angular-prompt": "~1.1.1",
|
||
|
"angular-animate": "~1.3.15",
|
||
|
"angular-cookies": "~1.3.15",
|
||
|
"jquery": "~2.1.4",
|
||
|
"angular-fullscreen": "~1.0.1",
|
||
|
"ngstorage": "~0.3.9",
|
||
|
"angular-timer": "~1.3.3",
|
||
|
"angular-tooltips": "~0.1.21",
|
||
|
"jquery-cookie": "~1.4.1",
|
||
|
"jquery-json": "~2.5.1",
|
||
|
"datatables": "~1.10.8",
|
||
|
"angular-bootstrap": "~0.13.3",
|
||
|
"bootstrap-material-design": "~0.3.0"
|
||
|
},
|
||
|
"resolutions": {
|
||
|
"angular": "~1.3.15"
|
||
|
},
|
||
|
"overrides":{
|
||
|
"bootstrap" : {
|
||
|
"main": [
|
||
|
"less/bootstrap.less",
|
||
|
"dist/css/bootstrap.css",
|
||
|
"dist/js/bootstrap.js"
|
||
|
]
|
||
|
},
|
||
|
"jquery-json" : {
|
||
|
"main": [
|
||
|
"src/jquery.json.js"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|