forked from briceburg/jqModal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjqModal.jquery.json
More file actions
35 lines (35 loc) · 780 Bytes
/
jqModal.jquery.json
File metadata and controls
35 lines (35 loc) · 780 Bytes
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
{
"name": "jqModal",
"title": "jqModal",
"description": "jqModal helps you display modals, popups, and notices. It is flexible and tiny, and provides a general-purpose base for all your windowing needs.",
"keywords": [
"modal",
"window",
"popup",
"dialog",
"notice",
"popout",
"video",
"page cover"
],
"version": "1.4.0",
"author": {
"name": "Brice Burgess"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/briceburg/jqModal/issues",
"homepage": "http://jquery.iceburg.net/jqModal/",
"demo": "http://jquery.iceburg.net/jqModal/#examples",
"dependencies": {
"jquery": ">=1.2.3"
}
}