Files
cdnjs/ajax/libs/lazyload/package.json
T
Sebastian Krebs 96e45e056a LazyLoad 2.0.3
"LazyLoad is a tiny (only 966 bytes minified and gzipped), dependency-free JavaScript utility that makes it super easy to load external JavaScript and CSS files on demand."
2012-12-23 00:23:12 +01:00

26 lines
543 B
JSON

{
"name": "lazyload",
"filename": "lazyload-min.js",
"version": "2.0.3",
"description": "Tiny, dependency-free async JavaScript and CSS loader.lo",
"homepage": "https://github.com/rgrove/lazyload/",
"keywords": [
"loader",
"modules",
"asynchronous"
],
"maintainers": [
{
"name": "Ryan Grove",
"email": "ryan@wonko.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/rgrove/lazyload/"
}
]
}