forked from aFarkas/lazysizes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 799 Bytes
/
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
{
"name": "lazysizes",
"repo": "afarkas/lazysizes",
"main": "lazysizes.js",
"scripts": [
"lazysizes.js",
"lazysizes.min.js"
],
"license": "MIT",
"authors": [
"Alexander Farkas <[email protected]>"
],
"moduleType": [
"amd",
"globals"
],
"description": "High performance (jankfree) lazy loader for images (including responsive images), iframes and scripts (widgets).",
"keywords": ["lazy", "lazyloader", "performance", "responsive", "image", "responsive images", "picture", "srcset"],
"ignore": [
"**/.*",
"node_modules",
"/assets",
"/maxdpr",
"/rias",
"/include",
"/optimumx",
"bower_components",
"/test",
"/tests",
"index.html",
"no-src.html",
"animate.html",
"Gruntfile.js",
"component.json",
"package.json",
"plato-report"
]
}