UNPKG

@ngx-gallery/gallerize

Version:

Angular gallery directive that hooks the lightbox with the images automatically.

51 lines (50 loc) 1.4 kB
{ "name": "@ngx-gallery/gallerize", "version": "5.0.0-beta.0", "description": "Angular gallery directive that hooks the lightbox with the images automatically.", "homepage": "http://github.com/murhafsousli/ngx-gallery", "author": { "name": "Murhaf Sousli", "url": "http://github.com/murhafsousli" }, "repository": { "type": "git", "url": "git://github.com/murhafsousli/ngx-gallery.git" }, "bugs": { "url": "http://github.com/murhafsousli/ngx-gallery/issues" }, "license": "MIT", "keywords": [ "angular", "ionic", "gallery", "images", "lightbox", "modal", "slider", "overlay", "carousel" ], "private": false, "peerDependencies": { "@angular/common": ">=6.0.0", "@angular/core": ">=6.0.0", "rxjs": ">=6.0.0", "@ngx-gallery/core": "5.0.0-beta.0", "@ngx-gallery/lightbox": "5.0.0-beta.0" }, "main": "bundles/ngx-gallery-gallerize.umd.js", "module": "fesm5/ngx-gallery-gallerize.js", "es2015": "fesm2015/ngx-gallery-gallerize.js", "esm5": "esm5/ngx-gallery-gallerize.js", "esm2015": "esm2015/ngx-gallery-gallerize.js", "fesm5": "fesm5/ngx-gallery-gallerize.js", "fesm2015": "fesm2015/ngx-gallery-gallerize.js", "typings": "ngx-gallery-gallerize.d.ts", "metadata": "ngx-gallery-gallerize.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }