-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "zebra_tooltips",
"description": "A lightweight, accessible, and highly configurable jQuery plugin for creating beautiful tooltips",
"author": {
"name": "Stefan Gabos",
"email": "[email protected]"
},
"homepage": "https://github.com/stefangabos/Zebra_Tooltips/",
"main": "dist/zebra_tooltips.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stefangabos/Zebra_Tooltips.git"
},
"license": "LGPL-3.0",
"version": "2.3.2",
"keywords": [
"tooltip",
"tooltips",
"jquery"
],
"bugs": {
"url": "https://github.com/stefangabos/Zebra_Tooltips/issues",
"email": "[email protected]"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.5.0",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "*",
"grunt-eslint": "^25.0.0",
"grunt-includes": "*",
"grunt-newer": "*",
"grunt-notify": "*",
"grunt-sass-modern": "^3.3.0",
"grunt-string-replace": "^1.3.3",
"sass": "^1.83.4",
"time-grunt": "^2.0.0"
}
}