forked from qTip2/qTip2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.46 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"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.1.0",
"homepage": "http://qtip2.com",
"author": {
"name": "Craig Michael Thompson",
"email": "[email protected]",
"url": "http://craigsworks.com/"
},
"contributors": [
{
"name": "Craig Michael Thompson",
"email": "[email protected]",
"url": "http://craigsworks.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/Craga89/qTip2.git"
},
"bugs": {
"url": "http://github.com/Craga89/qTip2/issues"
},
"scripts": {
"build": "./node_modules/.bin/grunt"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Craga89/qTip2/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "http://github.com/Craga89/qTip2/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": ">=1.5.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-csslint": "~0.1.1",
"grunt-replace": "~0.4.0"
},
"keywords": [
"tooltip",
"tooltips",
"jquery",
"qtip",
"qtip2",
"craig",
"thompson",
"craigsworks"
]
}