forked from ericmmartin/simplemodal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simplemodal.jquery.json
34 lines (34 loc) · 978 Bytes
/
simplemodal.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
{
"name": "simplemodal",
"title": "SimpleModal",
"description": "SimpleModal is a lightweight jQuery plugin that provides a simple interface to create a modal dialog",
"keywords": [
"modal",
"overlay",
"dialog"
],
"version": "1.4.5",
"author": {
"name": "Eric Martin",
"url": "http://ericmmartin.com"
},
"maintainers": [
],
"licenses": [
{
"type": "GPL",
"url": "https://raw.github.com/ericmmartin/simplemodal/master/GPL-LICENSE.txt"
},
{
"type": "MIT",
"url": "https://raw.github.com/ericmmartin/simplemodal/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/ericmmartin/simplemodal/issues",
"homepage": "http://simplemodal.com",
"docs": "http://simplemodal.com",
"download": "https://code.google.com/p/simplemodal/downloads/list",
"dependencies": {
"jquery": ">=1.3"
}
}