jquery-loading-overlay
Version:
jQuery Loading Overlay Plugin
29 lines (28 loc) • 538 B
JSON
{
"name": "jquery-loading-overlay",
"version": "1.0.2",
"homepage": "http://jgerigmeyer.github.io/jquery-loading-overlay/",
"authors": [
"Jonny Gerig Meyer <jonny@oddbird.net>"
],
"description": "jQuery Loading Overlay Plugin",
"main": "dist/loading-overlay.js",
"keywords": [
"loading",
"overlay",
"ajax"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"libs",
"Gruntfile.js",
"demo"
],
"dependencies": {
"jquery": "*"
}
}