-
Notifications
You must be signed in to change notification settings - Fork 11
/
responsivelazyloader.jquery.json
48 lines (48 loc) · 1.39 KB
/
responsivelazyloader.jquery.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
{
"name": "responsivelazyloader",
"version": "0.1.8",
"dependencies": {
"jquery": ">=1.3"
},
"optionalDependencies": {
"modernizr": ""
},
"title": "jQuery Responsive Lazy Loader",
"description": "Allow you to load image renditions according to the current mediaqueries and/or CSS display such as a grid system. For example, it allows you to load large images on retina display and small ones on other devices. It can be used with a flickr account as well as with CMS renditions and a grid system as bootstrap or some custom HTML structure.",
"keywords": [
"jquery",
"responsive",
"lazyloading",
"lazyloader",
"lazyload",
"mediaquery",
"mediaqueries"
],
"homepage": "http://jetmartin.github.io/responsive-lazy-loader",
"author": {
"name": "J-Et. Martin",
"url": "http://www.jet-martin.com"
},
"maintainers": [
{
"name": "J-Et. Martin",
"url": "http://www.jet-martin.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jetmartin/responsive-lazy-loader.git"
},
"demo": "http://jetmartin.github.io/responsive-lazy-loader/demo.html",
"bugs": "https://github.com/jetmartin/responsive-lazy-loader/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPLv2",
"url": "http://www.example.com/licenses/gpl.html"
}
]
}