-
Notifications
You must be signed in to change notification settings - Fork 137
/
package.json
58 lines (58 loc) · 1.34 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
{
"name": "jquery-powertip",
"title": "PowerTip",
"description": "A jQuery plugin that creates hover tooltips.",
"version": "1.3.2",
"main": "dist/jquery.powertip.js",
"homepage": "https://stevenbenner.github.io/jquery-powertip/",
"author": {
"name": "Steven Benner",
"url": "https://stevenbenner.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/stevenbenner/jquery-powertip.git"
},
"bugs": {
"url": "https://github.com/stevenbenner/jquery-powertip/issues"
},
"license": "MIT",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"powertip",
"jquery",
"tooltip",
"tooltips",
"ui",
"browser"
],
"dependencies": {
"jquery": "1.7 - 4"
},
"devDependencies": {
"@stevenbenner/eslint-config": "~3.0",
"grunt": "~1.6",
"grunt-browserify": "~6.0",
"grunt-contrib-clean": "~2.0",
"grunt-contrib-compress": "~2.0",
"grunt-contrib-concat": "~2.1",
"grunt-contrib-copy": "~1.0",
"grunt-contrib-csslint": "~2.0",
"grunt-contrib-cssmin": "~5.0",
"grunt-contrib-qunit": "~8.0",
"grunt-contrib-uglify": "~5.2",
"grunt-eslint": "~24.3",
"grunt-indent": "~1.0",
"grunt-jsonlint": "~2.1",
"grunt-shell": "~4.0",
"jit-grunt": "~0.10",
"qunit": "~2.20",
"time-grunt": "~2.0"
},
"scripts": {
"grunt": "grunt",
"test": "grunt test --verbose --stack",
"prepublishOnly": "grunt build:npm"
}
}