@ngu/carousel
Version:
Angular Universal carousel
39 lines • 817 B
JSON
{
"name": "@ngu/carousel",
"version": "20.0.0",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/animations": "^19.0.0",
"hammerjs": "^2.0.0",
"rxjs": "^7.0.0"
},
"dependencies": {
"tslib": "^2.6.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uiuniversal/ngu-carousel.git"
},
"keywords": [
"angular",
"carousel",
"universal",
"angular universal",
"universal carousel",
"ngu carousel"
],
"module": "fesm2022/ngu-carousel.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngu-carousel.mjs"
}
},
"sideEffects": false
}