{
  "name": "@ngx-google-maps-tk/snazzy-info-window",
  "version": "13.1.0",
  "description": "Angular Google Maps (AGM) package for Snazzy Info Window support",
  "author": "Sebastian Holstein <info@sebastian-holstein.de>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SebastianM/angular-google-maps.git"
  },
  "bugs": {
    "url": "https://github.com/SebastianM/angular-google-maps/issues"
  },
  "homepage": "https://angular-maps.com",
  "keywords": [
    "angular-google-maps",
    "angular",
    "google-maps",
    "agm",
    "snazzy-info-window"
  ],
  "peerDependencies": {
    "@ngx-google-maps-tk/core": "13.1.0",
    "@angular/common": ">=13.3.0",
    "@angular/core": ">=13.3.0",
    "snazzy-info-window": "^1.1.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2015/ngx-google-maps-tk-snazzy-info-window.mjs",
  "es2020": "fesm2020/ngx-google-maps-tk-snazzy-info-window.mjs",
  "esm2020": "esm2020/ngx-google-maps-tk-snazzy-info-window.mjs",
  "fesm2020": "fesm2020/ngx-google-maps-tk-snazzy-info-window.mjs",
  "fesm2015": "fesm2015/ngx-google-maps-tk-snazzy-info-window.mjs",
  "typings": "ngx-google-maps-tk-snazzy-info-window.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./ngx-google-maps-tk-snazzy-info-window.d.ts",
      "esm2020": "./esm2020/ngx-google-maps-tk-snazzy-info-window.mjs",
      "es2020": "./fesm2020/ngx-google-maps-tk-snazzy-info-window.mjs",
      "es2015": "./fesm2015/ngx-google-maps-tk-snazzy-info-window.mjs",
      "node": "./fesm2015/ngx-google-maps-tk-snazzy-info-window.mjs",
      "default": "./fesm2020/ngx-google-maps-tk-snazzy-info-window.mjs"
    }
  },
  "sideEffects": false
}