wTooltip.jquery.json
1.01 KB
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
{
"name": "wTooltip",
"title": "wTooltip jQuery Plugin",
"description": "A jQuery tooltip plugin for clean and simple tooltips. Also supports mousestop event which more closely simulates the way the browser tooltips work by only appearing when a user actually pauses over an element.",
"keywords": [
"websanova",
"wtooltip",
"tooltip",
"ui"
],
"version": "1.8.0",
"author": {
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
},
"maintainers": [
{
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/websanova/wTooltip#license"
}
],
"bugs": "https://github.com/websanova/wTooltip/issues",
"homepage": "http://wtooltip.websanova.com",
"docs": "https://github.com/websanova/wTooltip#wtooltipjs",
"download": "https://github.com/websanova/wTooltip/tags",
"dependencies": {
"jquery": ">=1.5"
}
}