@herdwatch/ngx-ionic-image-viewer
Version:
The angular workspace to develop the ngx-ionic-image-viewer component
71 lines • 1.61 kB
JSON
{
"name": "@herdwatch/ngx-ionic-image-viewer",
"version": "2.2.0-dev.0",
"description": "The angular workspace to develop the ngx-ionic-image-viewer component",
"keywords": [
"ionic",
"ionic4",
"angular",
"angular8",
"ngx",
"module",
"component",
"directive",
"ion",
"image",
"img",
"photo",
"thumbnail",
"view",
"viewer",
"show",
"gallery",
"zoom",
"modal",
"slider"
],
"homepage": "https://github.com/herdwatch-apps/ngx-ionic-image-viewer.git",
"license": "MIT",
"author": {
"name": "Thomas Simon",
"email": "t.simon@live.com"
},
"contributors": [
{
"name": "Maxim Belov",
"email": "belov1988@gmail.com",
"url": "https://github.com/MaximBelov"
}
],
"repository": {
"type": "git",
"url": "https://github.com/herdwatch-apps/ngx-ionic-image-viewer.git"
},
"peerDependencies": {
"@angular/core": "^18.0.0 || ^19.0.0",
"@ionic/angular": ">=8.0.0",
"rxjs": "^7.8.0"
},
"dependencies": {
"tslib": ">=2.3.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"module": "fesm2022/herdwatch-ngx-ionic-image-viewer.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/herdwatch-ngx-ionic-image-viewer.mjs",
"esm": "./esm2022/herdwatch-ngx-ionic-image-viewer.mjs",
"default": "./fesm2022/herdwatch-ngx-ionic-image-viewer.mjs"
}
},
"sideEffects": false
}