UNPKG

webgme

Version:

Web-based Generic Modeling Environment

55 lines (44 loc) 910 B
/** * This file defines the entry points for webgme.lib.build.js. */ define([ // Loaded at src/client/js/start.js 'jquery', 'jquery-ui', 'jquery-ui-iPad', 'jquery-spectrum', 'jquery-contextMenu', 'jquery-csszoom', 'jquery-fancytree/jquery.fancytree', 'jquery-fancytree/jquery.fancytree.edit', 'jquery-fancytree/jquery.fancytree.filter', 'jquery-layout', 'bootstrap', 'bootstrap-multiselect', 'bootstrap-notify', 'q', 'ejs', 'webgme-ot', 'superagent', 'jszip', 'debug', 'urlparse', 'underscore', 'chance', 'ravenjs', 'backbone', 'moment', 'blockies', 'd3', 'codemirror', 'diff_match_patch', 'epiceditor', 'clipboard', 'eve', 'raphaeljs', 'angular', 'angular-ui-bootstrap', 'isis-ui-components', 'isis-ui-components-templates' ], function () { });