Mercurial > hg > ismi-richfaces
comparison src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/ui.effect.jquery.json @ 7:764f47286679
(none)
author | jurzua |
---|---|
date | Wed, 29 Oct 2014 14:28:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:ded3bccf2cf9 | 7:764f47286679 |
---|---|
1 { | |
2 "name": "ui.effect", | |
3 "title": "jQuery UI Effects Core", | |
4 "description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.", | |
5 "keywords": [ | |
6 "ui", | |
7 "effect", | |
8 "animation", | |
9 "show", | |
10 "hide", | |
11 "color", | |
12 "class", | |
13 "transition", | |
14 "easing" | |
15 ], | |
16 "version": "1.10.4", | |
17 "author": { | |
18 "name": "jQuery Foundation and other contributors", | |
19 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/AUTHORS.txt" | |
20 }, | |
21 "maintainers": [ | |
22 { | |
23 "name": "Scott González", | |
24 "email": "scott.gonzalez@gmail.com", | |
25 "url": "http://scottgonzalez.com" | |
26 }, | |
27 { | |
28 "name": "Jörn Zaefferer", | |
29 "email": "joern.zaefferer@gmail.com", | |
30 "url": "http://bassistance.de" | |
31 }, | |
32 { | |
33 "name": "Kris Borchers", | |
34 "email": "kris.borchers@gmail.com", | |
35 "url": "http://krisborchers.com" | |
36 }, | |
37 { | |
38 "name": "Corey Frang", | |
39 "email": "gnarf37@gmail.com", | |
40 "url": "http://gnarf.net" | |
41 }, | |
42 { | |
43 "name": "Mike Sherov", | |
44 "email": "mike.sherov@gmail.com", | |
45 "url": "http://mike.sherov.com" | |
46 }, | |
47 { | |
48 "name": "TJ VanToll", | |
49 "email": "tj.vantoll@gmail.com", | |
50 "url": "http://tjvantoll.com" | |
51 } | |
52 ], | |
53 "licenses": [ | |
54 { | |
55 "type": "MIT", | |
56 "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/MIT-LICENSE.txt" | |
57 } | |
58 ], | |
59 "bugs": "http://bugs.jqueryui.com/", | |
60 "homepage": "http://jqueryui.com/", | |
61 "demo": "http://jqueryui.com/effect/", | |
62 "docs": "http://api.jqueryui.com/category/effects-core/", | |
63 "download": "http://jqueryui.com/download/", | |
64 "dependencies": { | |
65 "jquery": ">=1.6" | |
66 }, | |
67 "category": "effect" | |
68 } |