forked from qTip2/qTip2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"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.2.1",
"homepage": "http://qtip2.com",
"author": "Craig Michael Thompson <craig@craigsworks.com> (http://craigsworks.com/)",
"main": "dist/jquery.qtip.js",
"repository": {
"type": "git",
"url": "git://github.com/qTip2/qTip2.git"
},
"keywords": [
"tooltip",
"tooltips",
"jquery",
"qtip",
"qtip2",
"simpletip",
"craig thompson",
"craig michael thompson",
"craigsworks",
"craga89"
],
"bugs": {
"url": "https://github.com/qTip2/qTip2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/qTip2/qTip2/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-replace": "~0.9.2",
"load-grunt-config": "~0.17.1"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt",
"test": "grunt dev"
}
}