Created
November 21, 2018 11:03
-
-
Save olleolleolle/034040791bc3dd6a3bccd1cf848f5b0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "blockUI", | |
"title": "BlockUI", | |
"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.", | |
"keywords": [ | |
"block", | |
"overlay", | |
"dialog", | |
"modal" | |
], | |
"author": { | |
"name": "M. Alsup", | |
"url": "http://jquery.malsup.com" | |
}, | |
"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", | |
"homepage": "http://jquery.malsup.com/block/", | |
"docs": "http://jquery.malsup.com/block/", | |
"download": "http://malsup.github.com/jquery.blockUI.js", | |
"dependencies": { | |
"jquery": ">=1.7" | |
}, | |
"main": "jquery.blockUI.js", | |
"_release": "2.70", | |
"_resolution": { | |
"type": "tag", | |
"tag": "2.70", | |
"commit": "316f6e5d76a33266970778e80507149d9ef6a02d" | |
}, | |
"_source": "https://github.com/malsup/blockui.git", | |
"_target": "2.70" | |
}get": "*" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment