{
  "name": "ngx-toasta",
  "description": "Simple and clean Angular Toast component that shows growl-style notifications and messages for your web app",
  "version": "4.0.0",
  "license": "MIT",
  "author": {
    "name": "Ebenezer Monney",
    "url": "https://ebenmonney.com"
  },
  "homepage": "https://github.com/emonney/ngx-toasta",
  "bugs": "https://github.com/emonney/ngx-toasta/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/emonney/ngx-toasta.git"
  },
  "peerDependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0",
    "rxjs": ">=6.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "keywords": [
    "ng2",
    "ngx",
    "ngx-toasta",
    "angular",
    "angular2",
    "angularX",
    "typescript",
    "alert",
    "toast",
    "toasta",
    "notifications",
    "growl"
  ],
  "module": "fesm2015/ngx-toasta.mjs",
  "es2020": "fesm2020/ngx-toasta.mjs",
  "esm2020": "esm2020/ngx-toasta.mjs",
  "fesm2020": "fesm2020/ngx-toasta.mjs",
  "fesm2015": "fesm2015/ngx-toasta.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/ngx-toasta.mjs",
      "es2020": "./fesm2020/ngx-toasta.mjs",
      "es2015": "./fesm2015/ngx-toasta.mjs",
      "node": "./fesm2015/ngx-toasta.mjs",
      "default": "./fesm2020/ngx-toasta.mjs"
    }
  }
}