Files

48 lines
1.3 KiB
JSON

{
"name": "jquery.blockUI",
"filename": "jquery.blockUI.min.js",
"version": "2.66.0-2013.10.09",
"description": "Simulate synchronous ajax by blocking - not locking - the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.",
"homepage": "http://jquery.malsup.com/block",
"keywords": [
"block",
"overlay",
"dialog",
"modal"
],
"author": {
"name": "M. Alsup",
"url": "http://jquery.malsup.com"
},
"maintainers": [
{
"name": "M. Alsup",
"web": "http://jquery.malsup.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/malsup/blockui"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://malsup.github.com/mit-license.txt"
},
{
"type": "GPL",
"url": "http://malsup.github.com/gpl-license-v2.txt"
}
],
"bugs": "https://github.com/malsup/blockui/issues",
"docs": "http://jquery.malsup.com/block/",
"download": "http://malsup.github.com/jquery.blockUI.js",
"dependencies": {
"jquery": {
"jquery": ">=1.7"
}
}
}