forked from qTip2/qTip2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 KB
/
package.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
{
"name": "qtip2",
"title": "qTip2 - Pretty powerful tooltips",
"description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
"version": "2.0.0pre",
"homepage": "http://craigsworks.com/projects/qtip2/",
"author": {
"name": "Craig Michael Thompson",
"email": "[email protected]",
"url": "http://craigsworks.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/Craga89/qTip2.git"
},
"bugs": {
"url": "https://github.com/Craga89/qTip2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://craigsworks.com/projects/qtip2//blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "http://craigsworks.com/projects/qtip2//blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": "=>1.4.2"
},
"devDependencies": {
"grunt": "~0.3.11",
"grunt-contrib": "~0.1.1",
"grunt-text-replace": "~0.1.8"
},
"keywords": ["tooltip", "tooltips", "jquery", "qtip", "qtip2", "craig michael thompson", "craigsworks"]
}