vt-lazyload
Version:
Really small lazyload plugin for vue (<7kB).
39 lines (38 loc) • 880 B
JSON
{
"private": false,
"name": "vt-lazyload",
"version": "1.1.7",
"description": "Really small lazyload plugin for vue (<7kB).",
"keywords": [
"lazyload",
"vueJS",
"nuxt",
"image lazyload",
"vue-lazyload",
"vue",
"vue-plugin",
"image",
"img",
"animate.css"
],
"main": "dist/index.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx bili --bundle-node-modules --format cjs-min",
"buildNormal": "npx bili --bundle-node-modules"
},
"author": "Rheimer van Dijk",
"license": "MIT",
"devDependencies": {
"bili": "^4.8.1",
"rollup-plugin-vue": "^5.1.4",
"vue-template-compiler": "^2.6.11"
},
"repository": {
"type": "git",
"url": "https://github.com/RheimerVanDijk/vue-lazyload.git"
},
"dependencies": {
"serialize-javascript": "^2.1.2"
}
}