-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoLoader.jquery.json
More file actions
31 lines (31 loc) · 820 Bytes
/
Copy pathoLoader.jquery.json
File metadata and controls
31 lines (31 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "oLoader",
"title": "jQuery oLoader",
"description": "jQuery plugin for loading overlays and page preloading overlays.",
"keywords": [
"page",
"element",
"overlay",
"preload"
],
"licenses": [
{
"type": "GPLv2",
"url": "http://opensource.org/licenses/GPL-2.0"
}
],
"version": "1.0.0",
"author": {
"name": "Jakub Sedláček",
"email": "jakub.sedlacek@ownage.sk",
"url": "http://js.ownage.sk/"
},
"bugs": "https://github.com/res0/jQuery.oLoader/issues",
"homepage": "https://github.com/res0/jQuery.oLoader",
"docs": "http://projects.ownage.sk/jquery/oLoader/",
"demo": "http://projects.ownage.sk/jquery/oLoader/examples",
"download": "http://projects.ownage.sk/jquery/oLoader/downloads",
"dependencies": {
"jquery": ">=1.9"
}
}