UNPKG

hexo-lazyload-image

Version:

a hexo plugin which is used to have all images support lazyload, with the help of this functionality, it will improve lots of the loading proformance.

33 lines (32 loc) 780 B
{ "name": "hexo-lazyload-image", "version": "1.1.3", "description": "a hexo plugin which is used to have all images support lazyload, with the help of this functionality, it will improve lots of the loading proformance.", "main": "index.js", "scripts": { "eslint": "eslint .", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/Troy-Yang/hexo-lazyload-image.git" }, "bugs": { "url": "https://github.com/Troy-Yang/hexo-lazyload-image/issues" }, "keywords": [ "hexo", "hexo plugin", "image lazyload" ], "author": "Troy Yang", "license": "ISC", "dependencies": { "uglify-js": "^3.17.4" }, "devDependencies": { "eslint": "^4.19.1", "hexo-fs": "^2.0.0", "jest": "^24.9.0" } }