aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-04-24 15:25:07 -0400
committerScott González <scott.gonzalez@gmail.com>2014-04-24 15:25:07 -0400
commit5b1fa698f17385c40cfc762d0a31a2fa24cae6b9 (patch)
tree60a0cafc0ae94345d51468393bb11c50ecebed92
parent516920ac71902cb9349db2220b5f7eb8e357340e (diff)
downloadjquery-ui-1.11.0-beta.1.tar.gz
jquery-ui-1.11.0-beta.1.zip
1.11.0-beta.11.11.0-beta.1
-rw-r--r--bower.json3
-rw-r--r--package.json6
-rw-r--r--ui.accordion.jquery.json72
-rw-r--r--ui.autocomplete.jquery.json74
-rw-r--r--ui.button.jquery.json73
-rw-r--r--ui.core.jquery.json66
-rw-r--r--ui.datepicker.jquery.json71
-rw-r--r--ui.dialog.jquery.json76
-rw-r--r--ui.draggable.jquery.json71
-rw-r--r--ui.droppable.jquery.json72
-rw-r--r--ui.effect-blind.jquery.json70
-rw-r--r--ui.effect-bounce.jquery.json70
-rw-r--r--ui.effect-clip.jquery.json70
-rw-r--r--ui.effect-drop.jquery.json70
-rw-r--r--ui.effect-explode.jquery.json70
-rw-r--r--ui.effect-fade.jquery.json70
-rw-r--r--ui.effect-fold.jquery.json70
-rw-r--r--ui.effect-highlight.jquery.json70
-rw-r--r--ui.effect-puff.jquery.json71
-rw-r--r--ui.effect-pulsate.jquery.json71
-rw-r--r--ui.effect-scale.jquery.json72
-rw-r--r--ui.effect-shake.jquery.json72
-rw-r--r--ui.effect-size.jquery.json72
-rw-r--r--ui.effect-slide.jquery.json72
-rw-r--r--ui.effect-transfer.jquery.json69
-rw-r--r--ui.effect.jquery.json74
-rw-r--r--ui.menu.jquery.json75
-rw-r--r--ui.mouse.jquery.json74
-rw-r--r--ui.position.jquery.json72
-rw-r--r--ui.progressbar.jquery.json75
-rw-r--r--ui.resizable.jquery.json71
-rw-r--r--ui.selectable.jquery.json71
-rw-r--r--ui.slider.jquery.json77
-rw-r--r--ui.sortable.jquery.json72
-rw-r--r--ui.spinner.jquery.json78
-rw-r--r--ui.tabs.jquery.json78
-rw-r--r--ui.tooltip.jquery.json74
-rw-r--r--ui.widget.jquery.json71
38 files changed, 2601 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index ef8f57736..de734487e 100644
--- a/bower.json
+++ b/bower.json
@@ -14,5 +14,6 @@
"jquery-mousewheel": "3.1.11",
"jshint": "2.4.4",
"qunit": "1.14.0"
- }
+ },
+ "version": "1.11.0-beta.1"
}
diff --git a/package.json b/package.json
index 35a073525..a15a1d2fe 100644
--- a/package.json
+++ b/package.json
@@ -2,11 +2,11 @@
"name": "jquery-ui",
"title": "jQuery UI",
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
- "version": "1.11.0-pre",
+ "version": "1.11.0-beta.1",
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
- "url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
},
"maintainers": [
{
@@ -53,7 +53,7 @@
"licenses": [
{
"type": "MIT",
- "url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
}
],
"scripts": {
diff --git a/ui.accordion.jquery.json b/ui.accordion.jquery.json
new file mode 100644
index 000000000..822d1b812
--- /dev/null
+++ b/ui.accordion.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.accordion",
+ "title": "jQuery UI Accordion",
+ "description": "Displays collapsible content panels for presenting information in a limited amount of space.",
+ "keywords": [
+ "ui",
+ "accordion",
+ "navigation",
+ "panel",
+ "collapse",
+ "expand"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/accordion/",
+ "demo": "http://jqueryui.com/accordion/",
+ "docs": "http://api.jqueryui.com/accordion/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.autocomplete.jquery.json b/ui.autocomplete.jquery.json
new file mode 100644
index 000000000..970fd4561
--- /dev/null
+++ b/ui.autocomplete.jquery.json
@@ -0,0 +1,74 @@
+{
+ "name": "ui.autocomplete",
+ "title": "jQuery UI Autocomplete",
+ "description": "Lists suggested words as the user is typing.",
+ "keywords": [
+ "ui",
+ "autocomplete",
+ "form",
+ "word",
+ "predict",
+ "suggest"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/autocomplete/",
+ "demo": "http://jqueryui.com/autocomplete/",
+ "docs": "http://api.jqueryui.com/autocomplete/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.button.jquery.json b/ui.button.jquery.json
new file mode 100644
index 000000000..47ba907aa
--- /dev/null
+++ b/ui.button.jquery.json
@@ -0,0 +1,73 @@
+{
+ "name": "ui.button",
+ "title": "jQuery UI Button",
+ "description": "Enhances a form with themeable buttons.",
+ "keywords": [
+ "ui",
+ "button",
+ "form",
+ "radio",
+ "checkbox"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/button/",
+ "demo": "http://jqueryui.com/button/",
+ "docs": "http://api.jqueryui.com/button/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.core.jquery.json b/ui.core.jquery.json
new file mode 100644
index 000000000..07565a22a
--- /dev/null
+++ b/ui.core.jquery.json
@@ -0,0 +1,66 @@
+{
+ "name": "ui.core",
+ "title": "jQuery UI Core",
+ "description": "The core of jQuery UI, required for all interactions and widgets.",
+ "keywords": [
+ "ui",
+ "core"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/",
+ "demo": "http://jqueryui.com/",
+ "docs": "http://api.jqueryui.com/category/ui-core/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11"
+ },
+ "category": "core"
+}
diff --git a/ui.datepicker.jquery.json b/ui.datepicker.jquery.json
new file mode 100644
index 000000000..ce39187a3
--- /dev/null
+++ b/ui.datepicker.jquery.json
@@ -0,0 +1,71 @@
+{
+ "name": "ui.datepicker",
+ "title": "jQuery UI Datepicker",
+ "description": "Displays a calendar from an input or inline for selecting dates.",
+ "keywords": [
+ "ui",
+ "datepicker",
+ "form",
+ "calendar",
+ "date",
+ "i18n"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/datepicker/",
+ "demo": "http://jqueryui.com/datepicker/",
+ "docs": "http://api.jqueryui.com/datepicker/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.dialog.jquery.json b/ui.dialog.jquery.json
new file mode 100644
index 000000000..167a38a00
--- /dev/null
+++ b/ui.dialog.jquery.json
@@ -0,0 +1,76 @@
+{
+ "name": "ui.dialog",
+ "title": "jQuery UI Dialog",
+ "description": "Displays customizable dialog windows.",
+ "keywords": [
+ "ui",
+ "dialog",
+ "modal",
+ "alert",
+ "popup"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/dialog/",
+ "demo": "http://jqueryui.com/dialog/",
+ "docs": "http://api.jqueryui.com/dialog/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.draggable.jquery.json b/ui.draggable.jquery.json
new file mode 100644
index 000000000..ea4c2796f
--- /dev/null
+++ b/ui.draggable.jquery.json
@@ -0,0 +1,71 @@
+{
+ "name": "ui.draggable",
+ "title": "jQuery UI Draggable",
+ "description": "Enables dragging functionality for any element.",
+ "keywords": [
+ "ui",
+ "draggable",
+ "drag",
+ "drop"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/draggable/",
+ "demo": "http://jqueryui.com/draggable/",
+ "docs": "http://api.jqueryui.com/draggable/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1"
+ },
+ "category": "interaction"
+}
diff --git a/ui.droppable.jquery.json b/ui.droppable.jquery.json
new file mode 100644
index 000000000..35e0d3dd0
--- /dev/null
+++ b/ui.droppable.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.droppable",
+ "title": "jQuery UI Droppable",
+ "description": "Enables drop targets for draggable elements.",
+ "keywords": [
+ "ui",
+ "droppable",
+ "drag",
+ "drop"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/droppable/",
+ "demo": "http://jqueryui.com/droppable/",
+ "docs": "http://api.jqueryui.com/droppable/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1"
+ },
+ "category": "interaction"
+}
diff --git a/ui.effect-blind.jquery.json b/ui.effect-blind.jquery.json
new file mode 100644
index 000000000..1c972967b
--- /dev/null
+++ b/ui.effect-blind.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-blind",
+ "title": "jQuery UI Blind Effect",
+ "description": "Blinds the element.",
+ "keywords": [
+ "ui",
+ "blind",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/blind-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-bounce.jquery.json b/ui.effect-bounce.jquery.json
new file mode 100644
index 000000000..327d2b2a9
--- /dev/null
+++ b/ui.effect-bounce.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-bounce",
+ "title": "jQuery UI Bounce Effect",
+ "description": "Bounces an element horizontally or vertically n times.",
+ "keywords": [
+ "ui",
+ "bounce",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/bounce-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-clip.jquery.json b/ui.effect-clip.jquery.json
new file mode 100644
index 000000000..e40631aac
--- /dev/null
+++ b/ui.effect-clip.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-clip",
+ "title": "jQuery UI Clip Effect",
+ "description": "Clips the element on and off like an old TV.",
+ "keywords": [
+ "ui",
+ "clip",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/clip-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-drop.jquery.json b/ui.effect-drop.jquery.json
new file mode 100644
index 000000000..018384b90
--- /dev/null
+++ b/ui.effect-drop.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-drop",
+ "title": "jQuery UI Drop Effect",
+ "description": "Moves an element in one direction and hides it at the same time.",
+ "keywords": [
+ "ui",
+ "drop",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/drop-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-explode.jquery.json b/ui.effect-explode.jquery.json
new file mode 100644
index 000000000..86b5d21c7
--- /dev/null
+++ b/ui.effect-explode.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-explode",
+ "title": "jQuery UI Explode Effect",
+ "description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness.",
+ "keywords": [
+ "ui",
+ "explode",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/explode-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-fade.jquery.json b/ui.effect-fade.jquery.json
new file mode 100644
index 000000000..11b7ad444
--- /dev/null
+++ b/ui.effect-fade.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-fade",
+ "title": "jQuery UI Fade Effect",
+ "description": "Fades an element.",
+ "keywords": [
+ "ui",
+ "fade",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/fade-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-fold.jquery.json b/ui.effect-fold.jquery.json
new file mode 100644
index 000000000..d48e6639f
--- /dev/null
+++ b/ui.effect-fold.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-fold",
+ "title": "jQuery UI Fold Effect",
+ "description": "Folds an element first horizontally and then vertically.",
+ "keywords": [
+ "ui",
+ "fold",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/fold-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-highlight.jquery.json b/ui.effect-highlight.jquery.json
new file mode 100644
index 000000000..bce602885
--- /dev/null
+++ b/ui.effect-highlight.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.effect-highlight",
+ "title": "jQuery UI Highlight Effect",
+ "description": "Highlights the background of an element in a defined color for a custom duration.",
+ "keywords": [
+ "ui",
+ "highlight",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/highlight-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-puff.jquery.json b/ui.effect-puff.jquery.json
new file mode 100644
index 000000000..909067e5f
--- /dev/null
+++ b/ui.effect-puff.jquery.json
@@ -0,0 +1,71 @@
+{
+ "name": "ui.effect-puff",
+ "title": "jQuery UI Puff Effect",
+ "description": "Creates a puff effect by scaling the element up and hiding it at the same time.",
+ "keywords": [
+ "ui",
+ "puff",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/puff-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1",
+ "ui.effect-scale": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-pulsate.jquery.json b/ui.effect-pulsate.jquery.json
new file mode 100644
index 000000000..620c5a134
--- /dev/null
+++ b/ui.effect-pulsate.jquery.json
@@ -0,0 +1,71 @@
+{
+ "name": "ui.effect-pulsate",
+ "title": "jQuery UI Pulsate Effect",
+ "description": "Pulsates an element n times by changing the opacity to zero and back.",
+ "keywords": [
+ "ui",
+ "pulsate",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/pulsate-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1",
+ "ui.effect-scale": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-scale.jquery.json b/ui.effect-scale.jquery.json
new file mode 100644
index 000000000..ca247f750
--- /dev/null
+++ b/ui.effect-scale.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.effect-scale",
+ "title": "jQuery UI Scale Effect",
+ "description": "Grows or shrinks an element and its content. Restores an element to its original size.",
+ "keywords": [
+ "ui",
+ "scale",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/scale-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1",
+ "ui.effect-scale": "1.11.0-beta.1",
+ "ui.effect-size": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-shake.jquery.json b/ui.effect-shake.jquery.json
new file mode 100644
index 000000000..f58ab9f87
--- /dev/null
+++ b/ui.effect-shake.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.effect-shake",
+ "title": "jQuery UI Shake Effect",
+ "description": "Shakes an element horizontally or vertically n times.",
+ "keywords": [
+ "ui",
+ "shake",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/shake-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1",
+ "ui.effect-scale": "1.11.0-beta.1",
+ "ui.effect-size": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-size.jquery.json b/ui.effect-size.jquery.json
new file mode 100644
index 000000000..8c74a0f68
--- /dev/null
+++ b/ui.effect-size.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.effect-size",
+ "title": "jQuery UI Size Effect",
+ "description": "Resize an element to a specified width and height.",
+ "keywords": [
+ "ui",
+ "size",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/size-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1",
+ "ui.effect-scale": "1.11.0-beta.1",
+ "ui.effect-size": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-slide.jquery.json b/ui.effect-slide.jquery.json
new file mode 100644
index 000000000..890d1ac1c
--- /dev/null
+++ b/ui.effect-slide.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.effect-slide",
+ "title": "jQuery UI Slide Effect",
+ "description": "Slides an element in and out of the viewport.",
+ "keywords": [
+ "ui",
+ "slide",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/effect/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/slide-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.effect": "1.11.0-beta.1",
+ "ui.effect-scale": "1.11.0-beta.1",
+ "ui.effect-size": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect-transfer.jquery.json b/ui.effect-transfer.jquery.json
new file mode 100644
index 000000000..6f7fe6f56
--- /dev/null
+++ b/ui.effect-transfer.jquery.json
@@ -0,0 +1,69 @@
+{
+ "name": "ui.effect-transfer",
+ "title": "jQuery UI Transfer Effect",
+ "description": "Displays a transfer effect from one element to another.",
+ "keywords": [
+ "ui",
+ "transfer",
+ "effect"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/transfer-effect/",
+ "demo": "http://jqueryui.com/transfer-effect/",
+ "docs": "http://api.jqueryui.com/transfer-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.effect.jquery.json b/ui.effect.jquery.json
new file mode 100644
index 000000000..11a50b862
--- /dev/null
+++ b/ui.effect.jquery.json
@@ -0,0 +1,74 @@
+{
+ "name": "ui.effect",
+ "title": "jQuery UI Effects Core",
+ "description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
+ "keywords": [
+ "ui",
+ "effect",
+ "animation",
+ "show",
+ "hide",
+ "color",
+ "class",
+ "transition",
+ "easing"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/",
+ "demo": "http://jqueryui.com/effect/",
+ "docs": "http://api.jqueryui.com/category/effects-core/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1"
+ },
+ "category": "effect"
+}
diff --git a/ui.menu.jquery.json b/ui.menu.jquery.json
new file mode 100644
index 000000000..b36dddda8
--- /dev/null
+++ b/ui.menu.jquery.json
@@ -0,0 +1,75 @@
+{
+ "name": "ui.menu",
+ "title": "jQuery UI Menu",
+ "description": "Creates nestable menus.",
+ "keywords": [
+ "ui",
+ "menu",
+ "dropdown",
+ "flyout"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/menu/",
+ "demo": "http://jqueryui.com/menu/",
+ "docs": "http://api.jqueryui.com/menu/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.mouse.jquery.json b/ui.mouse.jquery.json
new file mode 100644
index 000000000..c3ba753fa
--- /dev/null
+++ b/ui.mouse.jquery.json
@@ -0,0 +1,74 @@
+{
+ "name": "ui.mouse",
+ "title": "jQuery UI Mouse",
+ "description": "Abstracts mouse-based interactions to assist in creating certain widgets.",
+ "keywords": [
+ "ui",
+ "mouse",
+ "abstraction"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/mouse/",
+ "demo": "http://jqueryui.com/mouse/",
+ "docs": "http://api.jqueryui.com/mouse/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1"
+ },
+ "category": "core"
+}
diff --git a/ui.position.jquery.json b/ui.position.jquery.json
new file mode 100644
index 000000000..9fd6a78d5
--- /dev/null
+++ b/ui.position.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.position",
+ "title": "jQuery UI Position",
+ "description": "Positions elements relative to other elements.",
+ "keywords": [
+ "ui",
+ "position",
+ "offset",
+ "relative",
+ "absolute",
+ "fixed",
+ "collision"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/position/",
+ "demo": "http://jqueryui.com/position/",
+ "docs": "http://api.jqueryui.com/position/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1"
+ },
+ "category": "core"
+}
diff --git a/ui.progressbar.jquery.json b/ui.progressbar.jquery.json
new file mode 100644
index 000000000..0fbf3123c
--- /dev/null
+++ b/ui.progressbar.jquery.json
@@ -0,0 +1,75 @@
+{
+ "name": "ui.progressbar",
+ "title": "jQuery UI Progressbar",
+ "description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.",
+ "keywords": [
+ "ui",
+ "progressbar",
+ "determinate",
+ "status"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/progressbar/",
+ "demo": "http://jqueryui.com/progressbar/",
+ "docs": "http://api.jqueryui.com/progressbar/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.resizable.jquery.json b/ui.resizable.jquery.json
new file mode 100644
index 000000000..1cdc20c26
--- /dev/null
+++ b/ui.resizable.jquery.json
@@ -0,0 +1,71 @@
+{
+ "name": "ui.resizable",
+ "title": "jQuery UI Resizable",
+ "description": "Enables resize functionality for any element.",
+ "keywords": [
+ "ui",
+ "resizable",
+ "resize"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/resizable/",
+ "demo": "http://jqueryui.com/resizable/",
+ "docs": "http://api.jqueryui.com/resizable/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1"
+ },
+ "category": "interaction"
+}
diff --git a/ui.selectable.jquery.json b/ui.selectable.jquery.json
new file mode 100644
index 000000000..d38dce8bd
--- /dev/null
+++ b/ui.selectable.jquery.json
@@ -0,0 +1,71 @@
+{
+ "name": "ui.selectable",
+ "title": "jQuery UI Selectable",
+ "description": "Allows groups of elements to be selected with the mouse.",
+ "keywords": [
+ "ui",
+ "selectable",
+ "selection"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/selectable/",
+ "demo": "http://jqueryui.com/selectable/",
+ "docs": "http://api.jqueryui.com/selectable/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1"
+ },
+ "category": "interaction"
+}
diff --git a/ui.slider.jquery.json b/ui.slider.jquery.json
new file mode 100644
index 000000000..35d5807aa
--- /dev/null
+++ b/ui.slider.jquery.json
@@ -0,0 +1,77 @@
+{
+ "name": "ui.slider",
+ "title": "jQuery UI Slider",
+ "description": "Displays a flexible slider with ranges and accessibility via keyboard.",
+ "keywords": [
+ "ui",
+ "slider",
+ "form",
+ "number",
+ "range"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/slider/",
+ "demo": "http://jqueryui.com/slider/",
+ "docs": "http://api.jqueryui.com/slider/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.sortable.jquery.json b/ui.sortable.jquery.json
new file mode 100644
index 000000000..554da5608
--- /dev/null
+++ b/ui.sortable.jquery.json
@@ -0,0 +1,72 @@
+{
+ "name": "ui.sortable",
+ "title": "jQuery UI Sortable",
+ "description": "Enables items in a list to be sorted using the mouse.",
+ "keywords": [
+ "ui",
+ "sortable",
+ "sort",
+ "list"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/sortable/",
+ "demo": "http://jqueryui.com/sortable/",
+ "docs": "http://api.jqueryui.com/sortable/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1"
+ },
+ "category": "interaction"
+}
diff --git a/ui.spinner.jquery.json b/ui.spinner.jquery.json
new file mode 100644
index 000000000..f58ee3e81
--- /dev/null
+++ b/ui.spinner.jquery.json
@@ -0,0 +1,78 @@
+{
+ "name": "ui.spinner",
+ "title": "jQuery UI Spinner",
+ "description": "Displays buttons to easily input numbers via the keyboard or mouse.",
+ "keywords": [
+ "ui",
+ "spinner",
+ "form",
+ "number",
+ "spinbutton",
+ "stepper"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/spinner/",
+ "demo": "http://jqueryui.com/spinner/",
+ "docs": "http://api.jqueryui.com/spinner/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.tabs.jquery.json b/ui.tabs.jquery.json
new file mode 100644
index 000000000..2b767c0c1
--- /dev/null
+++ b/ui.tabs.jquery.json
@@ -0,0 +1,78 @@
+{
+ "name": "ui.tabs",
+ "title": "jQuery UI Tabs",
+ "description": "Transforms a set of container elements into a tab structure.",
+ "keywords": [
+ "ui",
+ "tabs",
+ "navigation",
+ "panel",
+ "collapse",
+ "expand"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/tabs/",
+ "demo": "http://jqueryui.com/tabs/",
+ "docs": "http://api.jqueryui.com/tabs/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.tooltip.jquery.json b/ui.tooltip.jquery.json
new file mode 100644
index 000000000..e985c4b57
--- /dev/null
+++ b/ui.tooltip.jquery.json
@@ -0,0 +1,74 @@
+{
+ "name": "ui.tooltip",
+ "title": "jQuery UI Tooltip",
+ "description": "Shows additional information for any element on hover or focus.",
+ "keywords": [
+ "ui",
+ "tooltip"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/tooltip/",
+ "demo": "http://jqueryui.com/tooltip/",
+ "docs": "http://api.jqueryui.com/tooltip/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.widget": "1.11.0-beta.1",
+ "ui.menu": "1.11.0-beta.1",
+ "ui.position": "1.11.0-beta.1",
+ "ui.button": "1.11.0-beta.1",
+ "ui.draggable": "1.11.0-beta.1",
+ "ui.resizable": "1.11.0-beta.1",
+ "ui.mouse": "1.11.0-beta.1"
+ },
+ "category": "widget"
+}
diff --git a/ui.widget.jquery.json b/ui.widget.jquery.json
new file mode 100644
index 000000000..2a2dd9d2d
--- /dev/null
+++ b/ui.widget.jquery.json
@@ -0,0 +1,71 @@
+{
+ "name": "ui.widget",
+ "title": "jQuery UI Widget",
+ "description": "Provides a factory for creating stateful widgets with a common API.",
+ "keywords": [
+ "ui",
+ "widget",
+ "abstraction",
+ "state",
+ "factory"
+ ],
+ "version": "1.11.0-beta.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "url": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "url": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "url": "http://www.felixnagel.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.11.0-beta.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/widget/",
+ "demo": "http://jqueryui.com/widget/",
+ "docs": "http://api.jqueryui.com/jQuery.widget/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6 <1.11",
+ "ui.core": "1.11.0-beta.1",
+ "ui.effect": "1.11.0-beta.1"
+ },
+ "category": "core"
+}