hexo-lazyload-element
Version:
Lazyload plugin for elements like img, video and iframe.
33 lines (32 loc) • 687 B
JSON
{
"name": "hexo-lazyload-element",
"version": "1.0.30",
"description": "Lazyload plugin for elements like img, video and iframe.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Lynan",
"license": "ISC",
"dependencies": {
"uglify-js": "^3.0.27"
},
"devDependencies": {
"hexo-fs": "^2.0.0",
"jest": "^29.7.0"
},
"keywords": [
"hexo",
"hexo plugin",
"image lazyload",
"video lazyload",
"iframe lazyload"
],
"repository": {
"type": "git",
"url": "https://github.com/LynanBreeze/hexo-lazyload-element.git"
},
"bugs": {
"url": "https://github.com/LynanBreeze/hexo-lazyload-element/issues"
}
}