ng-image-slider-v16
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.
46 lines • 1.28 kB
JSON
{
"name": "ng-image-slider-v16",
"version": "1.0.1",
"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.",
"peerDependencies": {
"@angular/common": "^16.2.2",
"@angular/core": "^16.2.2"
},
"keywords": [
"Angular",
"Angular image slider",
"Angular video slider",
"Angular Carousel",
"responsive slider",
"slideshow",
"carousel",
"slider"
],
"author": "Sanjay V <skumarverma45@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanjayV/ng-image-slider.git"
},
"homepage": "https://github.com/sanjayV/ng-image-slider",
"bugs": {
"url": "https://github.com/sanjayV/ng-image-slider/issues"
},
"module": "fesm2022/ng-image-slider-v16.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-image-slider-v16.mjs",
"esm": "./esm2022/ng-image-slider-v16.mjs",
"default": "./fesm2022/ng-image-slider-v16.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}