forked from stefangabos/Zebra_Dialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zebra-dialog.jquery.json
37 lines (37 loc) · 1.14 KB
/
zebra-dialog.jquery.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
{
"name": "zebra-dialog",
"title": "Zebra_Dialog",
"description": "A small, compact (one JS file, no dependencies other than jQuery 1.5.2+) and highly configurable dialog box plugin for jQuery meant to replace JavaScript's native "alert" and "confirmation" windows.",
"keywords": [
"alert",
"dialog",
"modal",
"popup",
"ui",
"confirmation"
],
"version": "1.3.4",
"author": {
"name": "Stefan Gabos",
"url": "http://stefangabos.ro/"
},
"maintainers": [
{
"name": "Stefan Gabos",
"url": "http://stefangabos.ro/"
}
],
"licenses": [
{
"type": "LGPL",
"url": "https://github.com/stefangabos/Zebra_Dialog/blob/master/license.txt"
}
],
"bugs": "http://stefangabos.ro/jquery/zebra-dialog/#how-to-use",
"homepage": "http://stefangabos.ro/jquery/zebra-dialog/",
"docs": "http://stefangabos.ro/jquery/zebra-dialog/#how-to-use",
"download": "http://stefangabos.ro/jquery/zebra-dialog/#download",
"dependencies": {
"jquery": ">=1.5.2"
}
}