forked from Pagawa/PgwModal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpgwmodal.jquery.json
More file actions
37 lines (37 loc) · 836 Bytes
/
pgwmodal.jquery.json
File metadata and controls
37 lines (37 loc) · 836 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
36
37
{
"name": "pgwmodal",
"title": "PgwModal",
"description": "Responsive modal / dialog window for jQuery",
"keywords": [
"modal",
"dialog",
"window",
"popup",
"alert",
"lightbox",
"responsive",
"mobile"
],
"version": "2.0.0",
"author": {
"name": "Jonathan M. Piat"
},
"maintainers": [
{
"name": "Jonathan M. Piat"
}
],
"licenses": [
{
"type": "GNU GPLv3",
"url": "http://opensource.org/licenses/gpl-3.0"
}
],
"bugs": "https://github.com/Pagawa/PgwModal/issues",
"homepage": "http://pgwjs.com/pgwmodal",
"docs": "http://pgwjs.com/pgwmodal",
"download": "http://pgwjs.com/pgwmodal",
"dependencies": {
"jquery": ">=1"
}
}