forked from tweego/JeeGooPopup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJeeGooPopup.jquery.json
More file actions
31 lines (31 loc) · 872 Bytes
/
JeeGooPopup.jquery.json
File metadata and controls
31 lines (31 loc) · 872 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
{
"name": "JeeGooPopup",
"version": "1.0.0",
"title": "JeeGoo Popup",
"description": "jQuery popup plugin, lightweight and flexible application popup plugin.",
"keywords": [
"popup",
"tooltip",
"confirm",
"dialog",
"modal",
"lightbox"
],
"author": {
"name": "Erik van den Berg",
"url": "http://www.tweego.nl/auteurs/erik_van_den_berg"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tweego/jeegoopopup/blob/1.0.0/MIT-License.txt"
}
],
"bugs": "https://github.com/tweego/jeegoopopup/issues",
"homepage": "http://www.tweego.nl/jeegoopopup",
"docs": "http://www.tweego.nl/jeegoopopup/documentation/v100",
"demo": "http://www.tweego.nl/jeegoopopup/demo",
"dependencies": {
"jquery": ">=1.4.2"
}
}