UNPKG

ng-smooth-carousel

Version:

A smooth, customizable carousel component for Angular 14 applications

53 lines 1.48 kB
{ "name": "ng-smooth-carousel", "version": "14.1.2", "description": "A smooth, customizable carousel component for Angular 14 applications", "peerDependencies": { "@angular/common": "^14.0.0", "@angular/core": "^14.0.0", "@angular/forms": "^14.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "keywords": [ "angular", "carousel", "slider", "swiper", "ng-carousel", "angular-carousel", "responsive", "typescript" ], "author": "Kinley Rabgay", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kinleyrabgay/ng-smooth-carousel" }, "bugs": { "url": "https://github.com/kinleyrabgay/ng-smooth-carousel/issues" }, "homepage": "https://github.com/kinleyrabgay/ng-smooth-carousel#readme", "sideEffects": false, "module": "fesm2015/ng-smooth-carousel.mjs", "es2020": "fesm2020/ng-smooth-carousel.mjs", "esm2020": "esm2020/ng-smooth-carousel.mjs", "fesm2020": "fesm2020/ng-smooth-carousel.mjs", "fesm2015": "fesm2015/ng-smooth-carousel.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/ng-smooth-carousel.mjs", "es2020": "./fesm2020/ng-smooth-carousel.mjs", "es2015": "./fesm2015/ng-smooth-carousel.mjs", "node": "./fesm2015/ng-smooth-carousel.mjs", "default": "./fesm2020/ng-smooth-carousel.mjs" } } }