aboutsummaryrefslogtreecommitdiffstats
path: root/ui.dialog.jquery.json
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-05-03 09:21:40 -0700
committerScott González <scott.gonzalez@gmail.com>2013-05-03 09:21:40 -0700
commit457b275880b63b05b16b7c9ee6c22f29f682ebc8 (patch)
treed6a39dd3f89d3d7f5f87b82132d4db2b5adc2d39 /ui.dialog.jquery.json
parent66203f74b310fa44514ccdadacd093538dedcdce (diff)
downloadjquery-ui-1.10.3.tar.gz
jquery-ui-1.10.3.zip
Tagging the 1.10.3 release.1.10.3
Diffstat (limited to 'ui.dialog.jquery.json')
-rw-r--r--ui.dialog.jquery.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/ui.dialog.jquery.json b/ui.dialog.jquery.json
new file mode 100644
index 000000000..448a9dedb
--- /dev/null
+++ b/ui.dialog.jquery.json
@@ -0,0 +1,70 @@
+{
+ "name": "ui.dialog",
+ "title": "jQuery UI Dialog",
+ "description": "Displays customizable dialog windows.",
+ "keywords": [
+ "ui",
+ "dialog",
+ "modal",
+ "alert",
+ "popup"
+ ],
+ "version": "1.10.3",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.10.3/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"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.10.3/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",
+ "ui.core": "1.10.3",
+ "ui.widget": "1.10.3",
+ "ui.button": "1.10.3",
+ "ui.draggable": "1.10.3",
+ "ui.position": "1.10.3",
+ "ui.resizable": "1.10.3"
+ },
+ "category": "widget"
+}