This repository was archived by the owner on Sep 22, 2025. It is now read-only.
forked from components/jqueryui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.98 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.98 KB
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
45
46
47
48
{
"name": "components/jqueryui",
"type": "component",
"description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
"license": "MIT",
"require": {
"components/jquery": ">=1.6"
},
"extra": {
"component": {
"scripts": [
"ui/jquery.ui.widget.js",
"ui/jquery.ui.tooltip.js",
"ui/jquery.ui.tabs.js",
"ui/jquery.ui.spinner.js",
"ui/jquery.ui.sortable.js",
"ui/jquery.ui.slider.js",
"ui/jquery.ui.selectable.js",
"ui/jquery.ui.resizable.js",
"ui/jquery.ui.progressbar.js",
"ui/jquery.ui.position.js",
"ui/jquery.ui.mouse.js",
"ui/jquery.ui.menu.js",
"ui/jquery.ui.effect-transfer.js",
"ui/jquery.ui.effect-slide.js",
"ui/jquery.ui.effect-shake.js",
"ui/jquery.ui.effect-pulsate.js",
"ui/jquery.ui.effect-highlight.js",
"ui/jquery.ui.effect-fold.js",
"ui/jquery.ui.effect-fade.js",
"ui/jquery.ui.effect-explde.js",
"ui/jquery.ui.effect-drop.js",
"ui/jquery.ui.effect-clip.js",
"ui/jquery.ui.effect-bounce.js",
"ui/jquery.ui.effect-blind.js",
"ui/jquery.ui.droppable.js",
"ui/jquery.ui.draggable.js",
"ui/jquery.ui.dialog.js",
"ui/jquery.ui.datepicker.js",
"ui/jquery.ui.core.js",
"ui/jquery.ui.button.js",
"ui/jquery.ui.autocomplete.js",
"ui/jquery.ui.accordion.js"
]
}
},
"minimum-stability": "dev"
}