META-INF.resources.bower_components.blockui.composer.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-block-ui Show documentation
Show all versions of jwebmp-block-ui Show documentation
The JWebMP implementation for Weather Icons
{
"name": "components/jquery-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"
],
"license": ["MIT", "GPL"],
"type": "component",
"homepage": "http://jquery.malsup.com/block/",
"authors": [
{
"name": "M. Alsup",
"homepage": "http://jquery.malsup.com"
}
],
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.7"
},
"extra": {
"component": {
"scripts": [
"jquery.blockUI.js"
],
"shim": {
"deps": [
"jquery"
]
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy