-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "zebra_dialog",
"description": "A small, compact, and highly configurable jQuery plugin for creating beautiful modal dialog boxes",
"author": {
"name": "Stefan Gabos",
"email": "[email protected]"
},
"homepage": "https://github.com/stefangabos/Zebra_Dialog",
"main": "dist/zebra_dialog.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stefangabos/Zebra_Dialog.git"
},
"license": "LGPL-3.0",
"version": "3.1.0",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"alert",
"dialog",
"modal",
"popup",
"ui",
"confirmation"
],
"bugs": {
"url": "https://github.com/stefangabos/Zebra_Dialog/issues",
"email": "[email protected]"
},
"devDependencies": {
"grunt": "^1.6.1",
"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",
"sass": "^1.81.0",
"time-grunt": "^2.0.0"
}
}