forked from vodkabears/Remodal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
remodal.jquery.json
43 lines (43 loc) · 1.04 KB
/
remodal.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
38
39
40
41
42
43
{
"name": "remodal",
"title": "Remodal",
"description": "Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.",
"keywords": [
"flat",
"responsive",
"modal",
"popup",
"window",
"dialog",
"popin",
"lightbox",
"ui",
"zepto"
],
"version": "0.4.0",
"author": {
"name": "Ilya Makarov",
"email": "[email protected]",
"url": "https://github.com/VodkaBears"
},
"maintainers": [
{
"name": "Ilya Makarov",
"email": "[email protected]",
"url": "https://github.com/VodkaBears"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/VodkaBears/Remodal/blob/master/LICENSE"
}
],
"bugs": "https://github.com/VodkaBears/Remodal/issues",
"homepage": "http://vodkabears.github.io/remodal/",
"docs": "https://github.com/VodkaBears/remodal#readme",
"download": "https://github.com/VodkaBears/Remodal/archive/master.zip",
"dependencies": {
"jquery": ">=1.11.0"
}
}