UNPKG

rt-tab-carousel

Version:
45 lines 1.02 kB
{ "name": "rt-tab-carousel", "version": "1.1.1", "license": "MIT", "description": "Angular tab carousel component", "keywords": [ "angular", "carousel", "tab", "tabs", "angular-carousel", "angular-tab", "angular-tabs", "angular-tab-carousel", "angular-tabs-carousel" ], "bugs": { "url": "git+https://github.com/regulus-team/rt-pack/issues" }, "repository": { "type": "git", "url": "git+https://github.com/regulus-team/rt-pack.git" }, "peerDependencies": { "@angular/common": "^16.0.0", "@angular/core": "^16.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/rt-tab-carousel.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/rt-tab-carousel.mjs", "esm": "./esm2022/rt-tab-carousel.mjs", "default": "./fesm2022/rt-tab-carousel.mjs" } } }