ngx-carousel-ease
Version:
ngx-carousel-ease is a versatile Angular library providing a feature-rich, simple, and performant carousel component. This library supports infinite and responsive mode, mouse and touch event. Attention has been put to accessibility, performance, and frie
38 lines • 848 B
JSON
{
"name": "ngx-carousel-ease",
"version": "0.1.9",
"author": "Manu Claeys",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/GreenFlag31/carousel-library"
},
"keywords": [
"Angular",
"Carousel",
"Slider",
"Responsive carousel",
"Interactive carousel"
],
"module": "fesm2022/ngx-carousel-ease.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-carousel-ease.mjs",
"esm": "./esm2022/ngx-carousel-ease.mjs",
"default": "./fesm2022/ngx-carousel-ease.mjs"
}
},
"sideEffects": false
}