nextcloud/core/js/core.json
Roeland Jago Douma 47b96c9fa1 Added dependancy for the JS unit tests
Still not correct but it is a small step
2015-02-12 16:50:14 +01:00

29 lines
552 B
JSON

{
"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",
"jquery.avatar.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",
"../search/js/search.js"
]
}