@failed-successfully/ngx-darkbox-gallery
Version:
Darkbox Gallery is a highly configurable lightbox themed gallery library for Angular applications using the ivy engine (Angular 18+).
50 lines • 1.24 kB
JSON
{
"name": "@failed-successfully/ngx-darkbox-gallery",
"version": "4.0.0",
"license": "Apache-2.0 License",
"author": "Henning Ramberger & Björn Böhnke",
"contributers": [
{
"name": "Henning Ramberger",
"email": "ngxdg@hramberger.de"
},
{
"name": "Björn Böhnke",
"email": "ngxdg@bjoern-boehnke.de"
}
],
"repository": {
"type": "git",
"url": "https://github.com/failed-successfully/ngx-darkbox-gallery-library"
},
"keywords": [
"gallery",
"angular",
"lightbox-gallery",
"lightbox",
"darkbox"
],
"homepage": "https://darkbox.click/",
"bugs": {
"url": "https://github.com/failed-successfully/ngx-darkbox-gallery-library/issues/new"
},
"peerDependencies": {
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0"
},
"dependencies": {
"tslib": "2.8.1"
},
"module": "fesm2022/failed-successfully-ngx-darkbox-gallery.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/failed-successfully-ngx-darkbox-gallery.mjs"
}
},
"sideEffects": false
}