Project

General

Profile

1
{
2
	"name": "ui.effect-fade",
3
	"title": "jQuery UI Fade Effect",
4
	"description": "Fades an element.",
5
	"keywords": [
6
		"ui",
7
		"fade",
8
		"effect",
9
		"show",
10
		"hide"
11
	],
12
	"version": "1.9.1",
13
	"author": {
14
		"name": "jQuery Foundation and other contributors",
15
		"url": "https://github.com/jquery/jquery-ui/blob/1.9.1/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.1/MIT-LICENSE.txt"
43
		}
44
	],
45
	"bugs": "http://bugs.jqueryui.com/",
46
	"homepage": "http://jqueryui.com/fade-effect/",
47
	"demo": "http://jqueryui.com/fade-effect/",
48
	"docs": "http://api.jqueryui.com/fade-effect/",
49
	"download": "http://jqueryui.com/download/",
50
	"dependencies": {
51
		"jquery": ">=1.6",
52
		"ui.effect": "1.9.1"
53
	},
54
	"category": "effect"
55
}
(20-20/40)