Welcome to mirror list, hosted at ThFree Co, Russian Federation.

core.json « js « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a80636e8463667846e8d4f0087ae608bf88db057 (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
38
39
40
41
42
43
44
{
	"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",
		"shareconfigmodel.js",
		"shareitemmodel.js",
		"sharedialogview.js",
		"sharedialogexpirationview.js",
		"sharedialoglinkshareview.js",
		"sharedialogresharerinfoview.js",
		"sharedialogshareelistview.js",
		"octemplate.js",
		"eventsource.js",
		"config.js",
		"multiselect.js",
		"oc-requesttoken.js",
		"setupchecks.js",
		"../search/js/search.js",
		"mimetype.js",
		"mimetypelist.js"
	]
}