forked from shprink/BttrLazyLoading
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbttrlazyloading.jquery.json
More file actions
29 lines (29 loc) · 869 Bytes
/
bttrlazyloading.jquery.json
File metadata and controls
29 lines (29 loc) · 869 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
{
"name": "bttrlazyloading",
"version": "1.0.7",
"description": "BttrLazyLoading is a jQuery plugin that allows your web application to only load images within the viewport. It also multi serves responsive images for 4 differents screen sizes.",
"keywords": [
"lazy-loading",
"responsive",
"multi-serving",
"image",
"images"
],
"bugs": "https://github.com/shprink/BttrLazyLoading/issues",
"homepage": "http://bttrlazyloading.julienrenaux.fr/",
"title": "BttrLazyLoading",
"author": {
"name": "Julien Renaux",
"email": "contact@julienrenaux.fr",
"url": "http://julienrenaux.fr/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.5"
}
}