vidage
Version:
Set video as the background of your website. Fallbacks to the image, when required.
52 lines (51 loc) • 1.37 kB
JSON
{
"name": "vidage",
"description": "Set video as the background of your website. Fallbacks to the image, when required.",
"version": "1.0.1",
"license": "MIT",
"main": "dist/vidage.js",
"files": [
"src",
"dist"
],
"homepage": "https://github.com/dvlden/vidage#readme",
"bugs": "https://github.com/dvlden/vidage/issues",
"scripts": {
"dev": "rollup -c -w -m inline --environment MODE:dev",
"build": "rollup -c --environment MODE:production"
},
"repository": {
"type": "git",
"url": "https://github.com/dvlden/vidage.git"
},
"author": {
"name": "Nenad Novaković",
"email": "n.dvlden@gmail.com",
"url": "https://github.com/dvlden"
},
"keywords": [
"vidage",
"video",
"background"
],
"browserslist": "last 2 versions",
"packageManager": "pnpm@7.11.0",
"dependencies": {
"@babel/runtime": "^7.19.0",
"debounce": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"rollup": "^2.79.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.55.0"
}
}