1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"vendor": [
"jquery/jquery.min.js",
"jquery/jquery-migrate.min.js",
"jquery-ui/ui/jquery-ui.custom.js",
"underscore/underscore.js",
"moment/min/moment-with-locales.js",
"handlebars/handlebars.js"
],
"libraries": [
"jquery-showpassword.js",
"jquery-tipsy.js"
],
"modules": [
"compatibility.js",
"jquery.ocdialog.js",
"oc-dialogs.js",
"js.js",
"l10n.js",
"share.js",
"octemplate.js",
"eventsource.js",
"config.js",
"multiselect.js",
"oc-requesttoken.js"
]
}
|