-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathbower.json
36 lines (36 loc) · 882 Bytes
/
bower.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
{
"name": "darktooltip",
"title": "DarkTooltip",
"description": "A simple customizable tooltip with confirm option and effects",
"keywords": [
"tooltip",
"confirm"
],
"version": "0.4.0",
"main": [
"dist/jquery.darktooltip.js",
"dist/darktooltip.css"
],
"authors": [
"Ruben Torres"
],
"maintainers": [
{
"name": "Ruben Torres",
"email": "rubentdh@gmail.com",
"url": "rubentd.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/darthrubens/darktooltip/blob/master/LICENSE"
}
],
"homepage": "http://rubentd.com/darktooltip",
"docs": "http://rubentd.com/darktooltip",
"download": "http://rubentd.com/darktooltip",
"dependencies": {
"jquery": ">=1.5"
}
}