-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 981 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
39
40
41
42
43
44
45
46
{
"name": "loading-attribute-polyfill-with-serviceworker",
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.",
"version": "1.0.0",
"homepage": "https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker",
"authors": [
{
"name": "Maximilian Franzke",
"url": "https://www.mfranzke.net/",
"email": "contact_mfr@nzke.net"
}
],
"keywords": [
"lazy loading",
"native lazy loading",
"img",
"image",
"iframe",
"polyfill",
"web development",
"javascript",
"html",
"service worker",
"front-end"
],
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/mit-license.php"
}
],
"ignore": [
"demo",
"webdriverio-tests",
".gitignore",
".husky",
"commitlint.config.js",
".github",
".gitattributes",
".prettierignore",
".htmlvalidate.json",
".browserslistrc",
".vscode",
"renovate.json"
]
}