forked from kswedberg/jquery-cluetip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cluetip.jquery.json
34 lines (34 loc) · 907 Bytes
/
cluetip.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
{
"name": "cluetip",
"version": "1.2.10",
"title": "clueTip",
"description": "Displays a highly customizable tooltip when the user interacts with the matched element.",
"author": {
"name": "Karl Swedberg",
"email": "[email protected]",
"url": "http://www.learningjquery.com/"
},
"main": "jquery.cluetip.js",
"repository": {
"type": "git",
"url": "https://github.com/kswedberg/jquery-cluetip"
},
"homepage": "http://plugins.learningjquery.com/cluetip/",
"docs": "http://plugins.learningjquery.com/cluetip/",
"bugs": "https://github.com/kswedberg/jquery-cluetip/issues",
"demo": "http://plugins.learningjquery.com/cluetip/demo/",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.3"
},
"keywords": [
"jQuery",
"plugin",
"tooltip"
]
}