/** * Resources * Belongs to Decentraleyes. * * @author Thomas Rientjes * @since 2014-05-30 * @license MPL 2.0 * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ 'use strict'; /** * Resources */ var resources = { // AngularJS 'angular': { 'path': 'resources/angularjs/{version}/angular.min.jsm', 'type': 'application/javascript' }, 'angularAnimate': { 'path': 'resources/angularjs/{version}/angular-animate.min.jsm', 'type': 'application/javascript' }, 'angularSanitize': { 'path': 'resources/angularjs/{version}/angular-sanitize.min.jsm', 'type': 'application/javascript' }, 'angularCookies': { 'path': 'resources/angularjs/{version}/angular-cookies.min.jsm', 'type': 'application/javascript' }, 'angularTouch': { 'path': 'resources/angularjs/{version}/angular-touch.min.jsm', 'type': 'application/javascript' }, // Backbone.js 'backbone': { 'path': 'resources/backbone.js/{version}/backbone-min.jsm', 'type': 'application/javascript' }, // Bootstrap.js 'bootstrapJS': { 'path': 'resources/bootstrap.js/{version}/bootstrap.min.js', 'type': 'application/javascript' }, // Bootstrap.css 'bootstrapCSS': { 'path': 'resources/bootstrap.css/{version}/bootstrap.min.css', 'type': 'text/css' }, // Dojo 'dojo': { 'path': 'resources/dojo/{version}/dojo/dojo.jsm', 'type': 'application/javascript' }, // Ember.js 'ember': { 'path': 'resources/ember.js/{version}/ember.min.jsm', 'type': 'application/javascript' }, // Ext Core 'extCore': { 'path': 'resources/ext-core/{version}/ext-core.jsm', 'type': 'application/javascript' }, // Font Awesome 'fontawesome4': { 'path': 'resources/fontawesome/{version}/css/font-awesome.min.css', 'type': 'text/css' }, // Font Awesome 'fontawesome5': { 'path': 'resources/fontawesome/{version}/css/all.css', 'type': 'text/css' }, // jQuery 'jQuery': { 'path': 'resources/jquery/latest/jquery.min.jsm', 'type': 'application/javascript' }, // jQuery UI 'jQueryUI': { 'path': 'resources/jqueryui/{version}/jquery-ui.min.jsm', 'type': 'application/javascript' }, // Modernizr 'modernizr': { 'path': 'resources/modernizr/{version}/modernizr.min.jsm', 'type': 'application/javascript' }, // Moment.js 'moment': { 'path': 'resources/moment.js/{version}/moment.min.jsm', 'type': 'application/javascript' }, // MooTools 'mootools': { 'path': 'resources/mootools/{version}/mootools-yui-compressed.jsm', 'type': 'application/javascript' }, // Prototype 'prototypeJS': { 'path': 'resources/prototype/{version}/prototype.jsm', 'type': 'application/javascript' }, // Scriptaculous 'scriptaculous': { 'path': 'resources/scriptaculous/{version}/scriptaculous.jsm', 'type': 'application/javascript' }, // SWFObject 'swfobject': { 'path': 'resources/swfobject/{version}/swfobject.jsm', 'type': 'application/javascript' }, // Underscore.js 'underscore': { 'path': 'resources/underscore.js/{version}/underscore-min.jsm', 'type': 'application/javascript' }, // Web Font Loader 'webfont': { 'path': 'resources/webfont/{version}/webfont.jsm', 'type': 'application/javascript' } };