forked from dkern/jquery.lazy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 1.29 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
{
"name": "jquery-lazy",
"description": "Lazy is a fast, feature-rich and lightweight delayed content loading plugin for jQuery. It's designed to speed up page loading times and decrease traffic to your users by only loading the content in view. You can use Lazy in all vertical and horizontal scroll ways. It supports images in 'img' tags and backgrounds, supplied with css like 'background-image', by default or any other content by custom loaders. On images Lazy can set an default image or a placeholder while loading and supports retina displays as well.",
"version": "0.6.4",
"main": "jquery.lazy.min.js",
"license": [
"MIT",
"GPL-2.0"
],
"ignore": [
"*.md",
"*.json"
],
"keywords": [
"lazy",
"lazyload",
"load",
"loader",
"image",
"images",
"background",
"content",
"speed",
"delay",
"delayed",
"pageload",
"performance",
"retina",
"placeholder",
"jquery",
"jquery-plugin"
],
"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"
}
}