forked from qTip2/qTip2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qtip2.jquery.json
33 lines (33 loc) · 911 Bytes
/
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
{
"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.0.0",
"homepage": "http://craigsworks.com/projects/qtip2/",
"author": {
"name": "Craig Michael Thompson",
"email": "[email protected]",
"url": "http://craigsworks.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/Craga89/qTip2.git"
},
"bugs": {
"url": "https://github.com/Craga89/qTip2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://craigsworks.com/projects/qtip2//blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "http://craigsworks.com/projects/qtip2//blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": "=>1.4.2"
},
"keywords": ["tooltip", "tooltips", "jquery", "qtip", "craig michael thompson", "craigsworks"]
}