forked from qTip2/qTip2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qTip2.jquery.json
46 lines (46 loc) · 1.1 KB
/
qTip2.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "qTip2",
"title": "qTip2 - Pretty powerful tooltips",
"description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
"version": "2.1.0",
"homepage": "http://qtip2.com",
"author": {
"name": "Craig Michael Thompson",
"email": "[email protected]",
"url": "http://craigsworks.com/"
},
"bugs": "http://github.com/Craga89/qTip2/issues",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Craga89/qTip2/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "http://github.com/Craga89/qTip2/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": ">=1.5.0"
},
"keywords": [
"tooltip",
"tooltips",
"jquery",
"qtip",
"qtip2",
"craig",
"thompson",
"craigsworks"
],
"download": "http://qtip2.com/download",
"docs": "http://qtip2.com/guides",
"demo": "http://qtip2.com/demos",
"maintainers": [
{
"name": "Craig Michael Thompson",
"email": "[email protected]",
"url": "http://craigsworks.com/"
}
]
}