source: ether_iasi/trunk/web/resources/js/library/jquery-ui-1.9.2.custom/development-bundle/ui.effect-pulsate.jquery.json @ 786

Last change on this file since 786 was 786, checked in by cbipsl, 10 years ago

commit temp
bug libraries

File size: 1.3 KB
Line 
1{
2        "name": "ui.effect-pulsate",
3        "title": "jQuery UI Pulsate Effect",
4        "description": "Pulsates an element n times by changing the opacity to zero and back.",
5        "keywords": [
6                "ui",
7                "pulsate",
8                "effect",
9                "show",
10                "hide"
11        ],
12        "version": "1.9.2",
13        "author": {
14                "name": "jQuery Foundation and other contributors",
15                "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
16        },
17        "maintainers": [
18                {
19                        "name": "Scott González",
20                        "email": "scott.gonzalez@gmail.com",
21                        "url": "http://scottgonzalez.com"
22                },
23                {
24                        "name": "Jörn Zaefferer",
25                        "email": "joern.zaefferer@gmail.com",
26                        "url": "http://bassistance.de"
27                },
28                {
29                        "name": "Kris Borchers",
30                        "email": "kris.borchers@gmail.com",
31                        "url": "http://krisborchers.com"
32                },
33                {
34                        "name": "Corey Frang",
35                        "email": "gnarf37@gmail.com",
36                        "url": "http://gnarf.net"
37                }
38        ],
39        "licenses": [
40                {
41                        "type": "MIT",
42                        "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
43                }
44        ],
45        "bugs": "http://bugs.jqueryui.com/",
46        "homepage": "http://jqueryui.com/pulsate-effect/",
47        "demo": "http://jqueryui.com/pulsate-effect/",
48        "docs": "http://api.jqueryui.com/pulsate-effect/",
49        "download": "http://jqueryui.com/download/",
50        "dependencies": {
51                "jquery": ">=1.6",
52                "ui.effect": "1.9.2"
53        },
54        "category": "effect"
55}
Note: See TracBrowser for help on using the repository browser.