summaryrefslogtreecommitdiffstats
path: root/core/js/core.json
blob: a67491c4a357d2c7d9befc57ddfa31a5185ae3bf (plain)
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
28
29
30
31
32
33
34
35
36
37
{
	"vendor": [
		"jquery/jquery.min.js",
		"jquery-migrate/jquery-migrate.min.js",
		"jquery-ui/ui/jquery-ui.custom.js",
		"underscore/underscore.js",
		"moment/min/moment-with-locales.js",
		"handlebars/handlebars.js",
		"blueimp-md5/js/md5.js",
		"bootstrap/js/tooltip.js",
		"backbone/backbone.js"
	],
	"libraries": [
		"jquery-showpassword.js",
		"jquery.avatar.js",
		"placeholder.js"
	],
	"modules": [
		"compatibility.js",
		"jquery.ocdialog.js",
		"oc-dialogs.js",
		"js.js",
		"oc-backbone.js",
		"l10n.js",
		"apps.js",
		"share.js",
		"octemplate.js",
		"eventsource.js",
		"config.js",
		"multiselect.js",
		"oc-requesttoken.js",
		"setupchecks.js",
		"../search/js/search.js",
		"mimetype.js",
		"mimetypelist.js"
	]
}