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.
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "rm-image-slider",
"version": "19.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/common": "^19.0.0",
"@angular/core": "^19.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"
}
}
}