@openveo/portal
Version:
OpenVeo Portal gives access to medias exposed by OpenVeo server associated to an OpenVeo Publish plugin
161 lines (160 loc) • 3.8 kB
JSON
{
"scriptLibFiles" : {
"dev" : [
"/i18n/I18nApp.js",
"/i18n/I18nFilter.js",
"/storage/StorageApp.js",
"/authentication/AuthenticationApp.js"
],
"prod" : [
"/js/openveo-portal-lib.js"
]
},
"scriptFiles" : {
"dev" : [
"/ov/OvApp.js",
"/ov/ErrorInterceptor.js",
"/ov/HomeController.js",
"/ov/VideoController.js",
"/ov/VideoPageController.js",
"/ov/MainController.js",
"/ov/SearchService.js",
"/ov/SearchController.js",
"/ov/LoginFormController.js",
"/ov/VideoService.js",
"/ov/LiveController.js",
"/ov/MillisecondsToTimeFilter.js"
],
"prod" : [
"/js/openveo-portal.js"
]
},
"cssFiles" : [
"https://fonts.googleapis.com/icon?family=Material+Icons",
"/css/style.css"
],
"be": {
"libraries": [
{
"mountPath": "angular",
"files": ["angular.min.js", "angular-csp.css"]
},
{
"mountPath": "angular-route",
"files": ["angular-route.min.js"]
},
{
"mountPath": "angular-aria",
"files": ["angular-aria.min.js"]
},
{
"mountPath": "angular-animate",
"files": ["angular-animate.min.js"]
},
{
"mountPath": "angular-cookies",
"files": ["angular-cookies.min.js"]
},
{
"mountPath": "angular-messages",
"files": ["angular-messages.min.js"]
},
{
"mountPath": "angular-material",
"files": ["angular-material.min.js"]
}
]
},
"libraries": [
{
"name": "angular",
"mountPath": "angular",
"files": ["angular.min.js", "angular-csp.css"]
},
{
"name": "angular-animate",
"mountPath": "angular-animate",
"files": ["angular-animate.min.js"]
},
{
"name": "angular-route",
"mountPath": "angular-route",
"files": ["angular-route.min.js"]
},
{
"name": "angular-aria",
"mountPath": "angular-aria",
"files": ["angular-aria.min.js"]
},
{
"name": "angular-cookies",
"mountPath": "angular-cookies",
"files": ["angular-cookies.min.js"]
},
{
"name": "angular-messages",
"mountPath": "angular-messages",
"files": ["angular-messages.min.js"]
},
{
"name": "angular-material",
"mountPath": "angular-material",
"files": ["angular-material.min.js", "angular-material.min.css"]
},
{
"name": "angular-sanitize",
"mountPath": "angular-sanitize",
"files": ["angular-sanitize.min.js"]
},
{
"name": "angulartics",
"mountPath": "angulartics",
"files": ["dist/angulartics.min.js"]
},
{
"name": "angulartics-piwik",
"mountPath": "angulartics-piwik",
"files": ["dist/angulartics-piwik.min.js"]
},
{
"name": "@openveo/player",
"mountPath": "openveo-player",
"files": ["dist/openveo-player.min.js", "dist/openveo-player.min.css"]
},
{
"name": "video.js",
"mountPath": "video.js",
"files": ["dist/video.min.js", "dist/video-js.min.css"]
},
{
"name": "dashjs",
"mountPath": "dashjs",
"files": ["dist/dash.all.min.js"]
},
{
"name": "videojs-contrib-dash",
"mountPath": "videojs-contrib-dash",
"files": ["dist/videojs-dash.min.js"]
},
{
"name": "angular-i18n",
"mountPath": "angular-i18n",
"files": []
},
{
"name": "roboto-fontface",
"mountPath": "roboto-fontface",
"files": []
},
{
"name": "material-design-icons",
"mountPath": "material-design-icons",
"files": []
},
{
"name": "he",
"mountPath": "he",
"files": ["he.js"]
}
]
}