-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpreload.jquery.json
More file actions
32 lines (32 loc) · 981 Bytes
/
preload.jquery.json
File metadata and controls
32 lines (32 loc) · 981 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
32
{
"name": "preload",
"title": "Ariel Flesler's jQuery preload",
"description": "Multi-functional image preloader plugin for jQuery",
"keywords": [
"preload", "preloader", "images", "photos",
"rollover", "high-res", "placeholder", "loading"
],
"version": "1.1.1",
"author": {
"name": "Ariel Flesler",
"email": "aflesler@gmail.com",
"url": "http://flesler.blogspot.com"
},
"maintainers": [{
"name": "Ariel Flesler",
"email": "aflesler@gmail.com",
"url": "http://flesler.blogspot.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/flesler/jquery.preload/blob/master/LICENSE"
}],
"homepage": "https://github.com/flesler/jquery.preload",
"docs": "http://flesler.blogspot.com.ar/2008/01/jquerypreload.html",
"bugs": "https://github.com/flesler/jquery.preload/issues",
"download": "https://github.com/flesler/jquery.preload/releases",
"demo": "http://demos.flesler.com/jquery/preload/",
"dependencies": {
"jquery": ">=1.8"
}
}