UNPKG

@vinlos/ngx-gallery

Version:

A simple responsive native gallery component for Angular 18.

48 lines 1.1 kB
{ "name": "@vinlos/ngx-gallery", "version": "19.0.2", "description": "A simple responsive native gallery component for Angular 18.", "author": "Andrey Kolkov <a.kolkov@gmail.com>", "contributors": [ { "name": "Vincenzo Losito", "url": "https://github.com/vinlos" } ], "repository": { "type": "git", "url": "git+https://github.com/vinlos/ngx-gallery.git" }, "license": "MIT", "private": false, "bugs": { "url": "https://github.com/vinlos/ngx-gallery/issues" }, "peerDependencies": { "@angular/common": ">=19.0.5", "@angular/core": ">=19.0.5", "@angular/animations": ">=19.0.5" }, "dependencies": { "tslib": "^2.8.1" }, "keywords": [ "angular", "gallery", "component", "ngx-gallery", "responsive gallery component" ], "module": "fesm2022/vinlos-ngx-gallery.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/vinlos-ngx-gallery.mjs" } }, "sideEffects": false }