Project

General

Profile

1
{
2
	"name": "ui.tooltip",
3
	"title": "jQuery UI Tooltip",
4
	"description": "Shows additional information for any element on hover or focus.",
5
	"keywords": [
6
		"ui",
7
		"tooltip"
8
	],
9
	"version": "1.9.1",
10
	"author": {
11
		"name": "jQuery Foundation and other contributors",
12
		"url": "https://github.com/jquery/jquery-ui/blob/1.9.1/AUTHORS.txt"
13
	},
14
	"maintainers": [
15
		{
16
			"name": "Scott González",
17
			"email": "scott.gonzalez@gmail.com",
18
			"url": "http://scottgonzalez.com"
19
		},
20
		{
21
			"name": "Jörn Zaefferer",
22
			"email": "joern.zaefferer@gmail.com",
23
			"url": "http://bassistance.de"
24
		},
25
		{
26
			"name": "Kris Borchers",
27
			"email": "kris.borchers@gmail.com",
28
			"url": "http://krisborchers.com"
29
		},
30
		{
31
			"name": "Corey Frang",
32
			"email": "gnarf37@gmail.com",
33
			"url": "http://gnarf.net"
34
		}
35
	],
36
	"licenses": [
37
		{
38
			"type": "MIT",
39
			"url": "https://github.com/jquery/jquery-ui/blob/1.9.1/MIT-LICENSE.txt"
40
		}
41
	],
42
	"bugs": "http://bugs.jqueryui.com/",
43
	"homepage": "http://jqueryui.com/tooltip/",
44
	"demo": "http://jqueryui.com/tooltip/",
45
	"docs": "http://api.jqueryui.com/tooltip/",
46
	"download": "http://jqueryui.com/download/",
47
	"dependencies": {
48
		"jquery": ">=1.6",
49
		"ui.core": "1.9.1",
50
		"ui.widget": "1.9.1",
51
		"ui.position": "1.9.1"
52
	},
53
	"category": "widget"
54
}
(39-39/40)