forked from Sebobo/jquery.smallipop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smallipop.jquery.json
41 lines (41 loc) · 1.14 KB
/
smallipop.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
{
"name": "smallipop",
"version": "0.5.1",
"title": "jQuery Smallipop",
"description": "A versatile jQuery plugin for displaying beautiful tooltips and interactive tours",
"homepage": "http://projects.sebastianhelzle.net/jquery.smallipop",
"author": {
"name": "Sebastian Helzle",
"email": "[email protected]",
"url": "https://github.com/sebobo"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Sebobo/jquery.smallipop/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.5.2"
},
"maintainers": [
{
"name": "Sebastian Helzle",
"email": "[email protected]",
"url": "http://www.sebastianhelzle.net"
}
],
"keywords": [
"tooltip",
"bubble",
"hint",
"popup",
"ui",
"tour",
"exposure",
"highlighting"
],
"bugs": "https://github.com/Sebobo/jquery.smallipop/issues",
"docs": "http://projects.sebastianhelzle.net/jquery.smallipop",
"download": "https://github.com/Sebobo/jquery.smallipop"
}