forked from dkern/jquery.lazy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
53 lines (53 loc) · 1.49 KB
/
bower.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "jquery-lazy",
"description": "Lazy is a fast and lightweight delayed image and background loading plugin for jQuery. It is designed to speed up page loading times and decrease traffic to your users and customers by only loading the content in view. You can use Lazy in all scroll ways, from top-to-bottom, bottom-to-top, left-to-right and right-to-left. It does not only support images in 'img' tags, even backgrounds, supplied with css like background-image or other methods, are supported. Lazy can set an default image and a placeholder while loading and support retina displays.",
"version": "0.5.4",
"main": "jquery.lazy.min.js",
"license":
[
"MIT",
"GPL-2.0"
],
"ignore":
[
"*.md",
"*.json"
],
"keywords":
[
"lazy",
"lazyload",
"load",
"loader",
"image",
"images",
"background",
"speed",
"delay",
"delayed",
"pageload",
"performance",
"jquery",
"jquery-plugin",
"retina",
"placeholder"
],
"authors":
[
{
"name": "Daniel 'Eisbehr' Kern",
"email": "[email protected]",
"homepage": "http://www.eisbehr.de/"
}
],
"homepage": "http://jquery.eisbehr.de/lazy/",
"repository":
{
"type": "git",
"url": "git://github.com/eisbehr-/jquery.lazy.git"
},
"dependencies":
{
"jquery": ">=1.7.0"
}
}