rm-image-slider
Version:
Angular Image slider with lightbox. An Angular responsive image slider with lightbox popup. Also support youtube url, image base64 string and mp4 video urls and base64 string.
52 lines • 1.35 kB
JSON
{
"name": "rm-image-slider",
"version": "20.0.0",
"description": "Angular Image slider with lightbox. An Angular responsive image slider with lightbox popup. Also support youtube url, image base64 string and mp4 video urls and base64 string.",
"license": "MIT",
"keywords": [
"Angular",
"Angular image slider",
"Angular video slider",
"Angular Carousel",
"responsive slider",
"slideshow",
"carousel",
"slider",
"security",
"performance",
"treeshakable",
"tree-shakable"
],
"author": {
"name": "Rajat Malik",
"email": "mr.rajatmalik@gmail.com",
"url": "https://www.linkedin.com/in/errajatmalik/"
},
"homepage": "https://github.com/malikrajat/rm-image-slider#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/malikrajat/rm-image-slider.git"
},
"bugs": {
"url": "https://github.com/malikrajat/rm-image-slider/issues"
},
"peerDependencies": {
"@angular/core": "^20.0.0",
"@angular/common": "^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/rm-image-slider.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rm-image-slider.mjs"
}
}
}