-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodalBox.js.jquery.json
More file actions
24 lines (24 loc) · 1.07 KB
/
modalBox.js.jquery.json
File metadata and controls
24 lines (24 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "modalBox.js",
"version": "1.0.2",
"title": "A very light weight(2.5kb minified) modal window plugin which suits your basic needs.",
"author": {
"name": "Sudhanshu Yadav",
"url": "https://ignitersworld.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/s-yadav/modalBox.js/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.6"
},
"keywords":["modal-window","modalbox","modal","jquery","lightbox","dialog","popup"],
"demo": "http://ignitersworld.com/lab/modalBox.html#demo",
"docs": "http://ignitersworld.com/lab/modalBox.html#documentation",
"homepage": "http://ignitersworld.com/lab/modalBox.html",
"download": "https://github.com/s-yadav/modalBox.js",
"description": "modalBox.js is a very light weight modal window plugin packed with only most used features and options. Its overall size is around 5.3 kb ( 2.5 kb minified). Core of plugin is completly explained in homepage, so you can easily extend it according to your need."
}