diff options
author | Filipp Lepalaan <f@230.to> | 2014-02-20 12:44:49 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2014-02-20 12:44:49 +0200 |
commit | 3321241b61766045a68a3d607b67e11a95014e87 (patch) | |
tree | d13ce50a7c46f986f403733e9922e766665e7d2b /apps/it/static/js/ui/ui.effect-slide.jquery.json | |
parent | 75ad7e4bd7d69243e7e5281c2642f00478fb072d (diff) | |
download | pudding-3321241b61766045a68a3d607b67e11a95014e87.tar.gz pudding-3321241b61766045a68a3d607b67e11a95014e87.tar.bz2 pudding-3321241b61766045a68a3d607b67e11a95014e87.zip |
Require logins, removed jquery UI
Diffstat (limited to 'apps/it/static/js/ui/ui.effect-slide.jquery.json')
-rw-r--r-- | apps/it/static/js/ui/ui.effect-slide.jquery.json | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/apps/it/static/js/ui/ui.effect-slide.jquery.json b/apps/it/static/js/ui/ui.effect-slide.jquery.json deleted file mode 100644 index a45ce2e..0000000 --- a/apps/it/static/js/ui/ui.effect-slide.jquery.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "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.10.4", - "author": { - "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/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.4/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", - "ui.effect": "1.10.4" - }, - "category": "effect" -} |