diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-01-09 08:47:53 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-01-09 08:47:53 -0500 |
commit | 33233f7e677e742ce2a28b3533c52f782df83e02 (patch) | |
tree | 92d4a9f048f99ac00619b2e4fd85f8b1aacc897c /ui.effect-drop.jquery.json | |
parent | 78a6354180053ffb8e54be6bfb69260c6da2d2e8 (diff) | |
download | jquery-ui-33233f7e677e742ce2a28b3533c52f782df83e02.tar.gz jquery-ui-33233f7e677e742ce2a28b3533c52f782df83e02.zip |
Tagging the 1.10.0-rc.1 release.1.10.0-rc.1
Diffstat (limited to 'ui.effect-drop.jquery.json')
-rw-r--r-- | ui.effect-drop.jquery.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/ui.effect-drop.jquery.json b/ui.effect-drop.jquery.json new file mode 100644 index 000000000..301e27711 --- /dev/null +++ b/ui.effect-drop.jquery.json @@ -0,0 +1,65 @@ +{ + "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.10.0-rc.1", + "author": { + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery-ui/blob/1.10.0-rc.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" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/jquery/jquery-ui/blob/1.10.0-rc.1/MIT-LICENSE.txt" + } + ], + "bugs": "http://bugs.jqueryui.com/", + "homepage": "http://jqueryui.com/drop-effect/", + "demo": "http://jqueryui.com/drop-effect/", + "docs": "http://api.jqueryui.com/drop-effect/", + "download": "http://jqueryui.com/download/", + "dependencies": { + "jquery": ">=1.6", + "ui.effect": "1.10.0-rc.1" + }, + "category": "effect" +} |