forked from object505/tipso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tipso.jquery.json
37 lines (37 loc) · 911 Bytes
/
tipso.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
{
"name": "tipso",
"title": "Tipso",
"description": "A Lightweight Responsive jQuery Tooltip Plugin.",
"keywords": [
"tipso",
"jquery-plugin",
"tooltip",
"responsive",
"mobile",
"lightweight"
],
"version": "1.0.8",
"author": {
"name": "Bojan Petkovski",
"url": "http://object505.com"
},
"maintainers": [
{
"name": "Bojan Petkovski",
"email": "[email protected]",
"url": "http://object505.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://object505.mit-license.org/"
}
],
"bugs": "https://github.com/object505/tipso/issues/new",
"homepage": "https://github.com/object505/tipso",
"download": "https://github.com/object505/tipso",
"dependencies": {
"jquery": ">=1.7"
}
}