"jquery-simulate": "1.0.0",
"jshint": "2.4.4",
"qunit": "1.14.0",
-
"jquery-1.6.0": "jquery#1.6.0",
"jquery-1.6.1": "jquery#1.6.1",
"jquery-1.6.2": "jquery#1.6.2",
"jquery-2.0.1": "jquery#2.0.1",
"jquery-2.0.2": "jquery#2.0.2",
"jquery-2.0.3": "jquery#2.0.3"
- }
+ },
+ "version": "1.11.4"
}
"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.4-pre",
+ "version": "1.11.4",
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
/*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI CSS Framework @VERSION
+ * jQuery UI CSS Framework 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.menu": "1.11.4",
+ "ui.position": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "name": "ui.button",
+ "title": "jQuery UI Button",
+ "description": "Enhances a form with themeable buttons.",
+ "keywords": [
+ "ui",
+ "button",
+ "form",
+ "radio",
+ "checkbox"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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"
+ },
+ "category": "core"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "name": "ui.dialog",
+ "title": "jQuery UI Dialog",
+ "description": "Displays customizable dialog windows.",
+ "keywords": [
+ "ui",
+ "dialog",
+ "modal",
+ "alert",
+ "popup"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.button": "1.11.4",
+ "ui.draggable": "1.11.4",
+ "ui.position": "1.11.4",
+ "ui.resizable": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "name": "ui.draggable",
+ "title": "jQuery UI Draggable",
+ "description": "Enables dragging functionality for any element.",
+ "keywords": [
+ "ui",
+ "draggable",
+ "drag",
+ "drop"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.mouse": "1.11.4"
+ },
+ "category": "interaction"
+}
--- /dev/null
+{
+ "name": "ui.droppable",
+ "title": "jQuery UI Droppable",
+ "description": "Enables drop targets for draggable elements.",
+ "keywords": [
+ "ui",
+ "droppable",
+ "drag",
+ "drop"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.mouse": "1.11.4",
+ "ui.draggable": "1.11.4"
+ },
+ "category": "interaction"
+}
--- /dev/null
+{
+ "name": "ui.effect-blind",
+ "title": "jQuery UI Blind Effect",
+ "description": "Blinds the element.",
+ "keywords": [
+ "ui",
+ "blind",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "name": "ui.effect-fade",
+ "title": "jQuery UI Fade Effect",
+ "description": "Fades an element.",
+ "keywords": [
+ "ui",
+ "fade",
+ "effect",
+ "show",
+ "hide"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4",
+ "ui.effect-scale": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4",
+ "ui.effect-size": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.effect": "1.11.4"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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"
+ },
+ "category": "effect"
+}
--- /dev/null
+{
+ "name": "ui.menu",
+ "title": "jQuery UI Menu",
+ "description": "Creates nestable menus.",
+ "keywords": [
+ "ui",
+ "menu",
+ "dropdown",
+ "flyout"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.position": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4"
+ },
+ "category": "core"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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"
+ },
+ "category": "core"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "name": "ui.resizable",
+ "title": "jQuery UI Resizable",
+ "description": "Enables resize functionality for any element.",
+ "keywords": [
+ "ui",
+ "resizable",
+ "resize"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.mouse": "1.11.4"
+ },
+ "category": "interaction"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.mouse": "1.11.4"
+ },
+ "category": "interaction"
+}
--- /dev/null
+{
+ "name": "ui.selectmenu",
+ "title": "jQuery UI Selectmenu",
+ "description": "Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.",
+ "keywords": [
+ "ui",
+ "selectmenu",
+ "form",
+ "select"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/selectmenu/",
+ "demo": "http://jqueryui.com/selectmenu/",
+ "docs": "http://api.jqueryui.com/selectmenu/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.position": "1.11.4",
+ "ui.menu": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.mouse": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.mouse": "1.11.4"
+ },
+ "category": "interaction"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.button": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "name": "ui.tooltip",
+ "title": "jQuery UI Tooltip",
+ "description": "Shows additional information for any element on hover or focus.",
+ "keywords": [
+ "ui",
+ "tooltip"
+ ],
+ "version": "1.11.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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",
+ "ui.core": "1.11.4",
+ "ui.widget": "1.11.4",
+ "ui.position": "1.11.4"
+ },
+ "category": "widget"
+}
--- /dev/null
+{
+ "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.4",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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-stable/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"
+ },
+ "category": "core"
+}
/*!
- * jQuery UI Accordion @VERSION
+ * jQuery UI Accordion 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.accordion", {
- version: "@VERSION",
+ version: "1.11.4",
options: {
active: 0,
animate: {},
/*!
- * jQuery UI Autocomplete @VERSION
+ * jQuery UI Autocomplete 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
$.widget( "ui.autocomplete", {
- version: "@VERSION",
+ version: "1.11.4",
defaultElement: "<input>",
options: {
appendTo: null,
/*!
- * jQuery UI Button @VERSION
+ * jQuery UI Button 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
};
$.widget( "ui.button", {
- version: "@VERSION",
+ version: "1.11.4",
defaultElement: "<button>",
options: {
disabled: null,
});
$.widget( "ui.buttonset", {
- version: "@VERSION",
+ version: "1.11.4",
options: {
items: "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"
},
/*!
- * jQuery UI Core @VERSION
+ * jQuery UI Core 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
$.ui = $.ui || {};
$.extend( $.ui, {
- version: "@VERSION",
+ version: "1.11.4",
keyCode: {
BACKSPACE: 8,
/*!
- * jQuery UI Datepicker @VERSION
+ * jQuery UI Datepicker 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}
}(function( $ ) {
-$.extend($.ui, { datepicker: { version: "@VERSION" } });
+$.extend($.ui, { datepicker: { version: "1.11.4" } });
var datepicker_instActive;
$.datepicker = new Datepicker(); // singleton instance
$.datepicker.initialized = false;
$.datepicker.uuid = new Date().getTime();
-$.datepicker.version = "@VERSION";
+$.datepicker.version = "1.11.4";
return $.datepicker;
/*!
- * jQuery UI Dialog @VERSION
+ * jQuery UI Dialog 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.dialog", {
- version: "@VERSION",
+ version: "1.11.4",
options: {
appendTo: "body",
autoOpen: true,
/*!
- * jQuery UI Draggable @VERSION
+ * jQuery UI Draggable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
$.widget("ui.draggable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.11.4",
widgetEventPrefix: "drag",
options: {
addClasses: true,
/*!
- * jQuery UI Droppable @VERSION
+ * jQuery UI Droppable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
$.widget( "ui.droppable", {
- version: "@VERSION",
+ version: "1.11.4",
widgetEventPrefix: "drop",
options: {
accept: "*",
/*!
- * jQuery UI Effects Blind @VERSION
+ * jQuery UI Effects Blind 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Bounce @VERSION
+ * jQuery UI Effects Bounce 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Clip @VERSION
+ * jQuery UI Effects Clip 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Drop @VERSION
+ * jQuery UI Effects Drop 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Explode @VERSION
+ * jQuery UI Effects Explode 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Fade @VERSION
+ * jQuery UI Effects Fade 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Fold @VERSION
+ * jQuery UI Effects Fold 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Highlight @VERSION
+ * jQuery UI Effects Highlight 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Puff @VERSION
+ * jQuery UI Effects Puff 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Pulsate @VERSION
+ * jQuery UI Effects Pulsate 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Scale @VERSION
+ * jQuery UI Effects Scale 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Shake @VERSION
+ * jQuery UI Effects Shake 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Size @VERSION
+ * jQuery UI Effects Size 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Slide @VERSION
+ * jQuery UI Effects Slide 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects Transfer @VERSION
+ * jQuery UI Effects Transfer 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Effects @VERSION
+ * jQuery UI Effects 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
(function() {
$.extend( $.effects, {
- version: "@VERSION",
+ version: "1.11.4",
// Saves a set of properties in a data storage
save: function( element, set ) {
/*!
- * jQuery UI Menu @VERSION
+ * jQuery UI Menu 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.menu", {
- version: "@VERSION",
+ version: "1.11.4",
defaultElement: "<ul>",
delay: 300,
options: {
/*!
- * jQuery UI Mouse @VERSION
+ * jQuery UI Mouse 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
});
return $.widget("ui.mouse", {
- version: "@VERSION",
+ version: "1.11.4",
options: {
cancel: "input,textarea,button,select,option",
distance: 1,
/*!
- * jQuery UI Position @VERSION
+ * jQuery UI Position 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
/*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.progressbar", {
- version: "@VERSION",
+ version: "1.11.4",
options: {
max: 100,
value: 0,
/*!
- * jQuery UI Resizable @VERSION
+ * jQuery UI Resizable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
$.widget("ui.resizable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.11.4",
widgetEventPrefix: "resize",
options: {
alsoResize: false,
/*!
- * jQuery UI Selectable @VERSION
+ * jQuery UI Selectable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget("ui.selectable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.11.4",
options: {
appendTo: "body",
autoRefresh: true,
/*!
- * jQuery UI Selectmenu @VERSION
+ * jQuery UI Selectmenu 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.selectmenu", {
- version: "@VERSION",
+ version: "1.11.4",
defaultElement: "<select>",
options: {
appendTo: null,
/*!
- * jQuery UI Slider @VERSION
+ * jQuery UI Slider 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.slider", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.11.4",
widgetEventPrefix: "slide",
options: {
/*!
- * jQuery UI Sortable @VERSION
+ * jQuery UI Sortable 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget("ui.sortable", $.ui.mouse, {
- version: "@VERSION",
+ version: "1.11.4",
widgetEventPrefix: "sort",
ready: false,
options: {
/*!
- * jQuery UI Spinner @VERSION
+ * jQuery UI Spinner 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}
return $.widget( "ui.spinner", {
- version: "@VERSION",
+ version: "1.11.4",
defaultElement: "<input>",
widgetEventPrefix: "spin",
options: {
/*!
- * jQuery UI Tabs @VERSION
+ * jQuery UI Tabs 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.tabs", {
- version: "@VERSION",
+ version: "1.11.4",
delay: 300,
options: {
active: null,
/*!
- * jQuery UI Tooltip @VERSION
+ * jQuery UI Tooltip 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
}(function( $ ) {
return $.widget( "ui.tooltip", {
- version: "@VERSION",
+ version: "1.11.4",
options: {
content: function() {
// support: IE<9, Opera in jQuery <1.7
/*!
- * jQuery UI Widget @VERSION
+ * jQuery UI Widget 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors