forked from calebjacob/tooltipster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtooltipster.jquery.json
More file actions
36 lines (36 loc) · 904 Bytes
/
tooltipster.jquery.json
File metadata and controls
36 lines (36 loc) · 904 Bytes
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
{
"name": "tooltipster",
"title": "Tooltipster",
"description": "A lightweight, flexible jQuery plugin enabling you to easily create semantic, modern tooltips enhanced with the power of CSS.",
"keywords": [
"tooltip"
],
"version": "3.3.0",
"author": {
"name": "Caleb Jacob",
"url": "http://calebjacob.com/"
},
"maintainers": [
{
"name": "Caleb Jacob",
"email": "hello@calebjacob.com",
"url": "http://calebjacob.com/"
},
{
"name": "Louis Ameline",
"email": "evangun2001@yahoo.fr",
"url": "https://github.com/louisameline"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/iamceege/tooltipster",
"docs": "http://iamceege.github.io/tooltipster",
"dependencies": {
"jquery": ">=1.7"
}
}