aboutsummaryrefslogtreecommitdiffstats
path: root/ui.effect-fade.jquery.json
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-01-09 08:47:53 -0500
committerScott González <scott.gonzalez@gmail.com>2013-01-09 08:47:53 -0500
commit33233f7e677e742ce2a28b3533c52f782df83e02 (patch)
tree92d4a9f048f99ac00619b2e4fd85f8b1aacc897c /ui.effect-fade.jquery.json
parent78a6354180053ffb8e54be6bfb69260c6da2d2e8 (diff)
downloadjquery-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-fade.jquery.json')
-rw-r--r--ui.effect-fade.jquery.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/ui.effect-fade.jquery.json b/ui.effect-fade.jquery.json
new file mode 100644
index 000000000..1ce5e4faa
--- /dev/null
+++ b/ui.effect-fade.jquery.json
@@ -0,0 +1,65 @@
+{
+ "name": "ui.effect-fade",
+ "title": "jQuery UI Fade Effect",
+ "description": "Fades an element.",
+ "keywords": [
+ "ui",
+ "fade",
+ "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/fade-effect/",
+ "demo": "http://jqueryui.com/fade-effect/",
+ "docs": "http://api.jqueryui.com/fade-effect/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6",
+ "ui.effect": "1.10.0-rc.1"
+ },
+ "category": "effect"
+}