1 | {
|
---|
2 | "name": "ui.effect-blind",
|
---|
3 | "title": "jQuery UI Blind Effect",
|
---|
4 | "description": "Blinds the element.",
|
---|
5 | "keywords": [
|
---|
6 | "ui",
|
---|
7 | "blind",
|
---|
8 | "effect",
|
---|
9 | "show",
|
---|
10 | "hide"
|
---|
11 | ],
|
---|
12 | "version": "1.10.3",
|
---|
13 | "author": {
|
---|
14 | "name": "jQuery Foundation and other contributors",
|
---|
15 | "url": "https://github.com/jquery/jquery-ui/blob/1.10.3/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 | "name": "Mike Sherov",
|
---|
40 | "email": "mike.sherov@gmail.com",
|
---|
41 | "url": "http://mike.sherov.com"
|
---|
42 | },
|
---|
43 | {
|
---|
44 | "name": "TJ VanToll",
|
---|
45 | "email": "tj.vantoll@gmail.com",
|
---|
46 | "url": "http://tjvantoll.com"
|
---|
47 | }
|
---|
48 | ],
|
---|
49 | "licenses": [
|
---|
50 | {
|
---|
51 | "type": "MIT",
|
---|
52 | "url": "https://github.com/jquery/jquery-ui/blob/1.10.3/MIT-LICENSE.txt"
|
---|
53 | }
|
---|
54 | ],
|
---|
55 | "bugs": "http://bugs.jqueryui.com/",
|
---|
56 | "homepage": "http://jqueryui.com/effect/",
|
---|
57 | "demo": "http://jqueryui.com/effect/",
|
---|
58 | "docs": "http://api.jqueryui.com/blind-effect/",
|
---|
59 | "download": "http://jqueryui.com/download/",
|
---|
60 | "dependencies": {
|
---|
61 | "jquery": ">=1.6",
|
---|
62 | "ui.effect": "1.10.3"
|
---|
63 | },
|
---|
64 | "category": "effect"
|
---|
65 | }
|
---|