{
  "name": "nzbs-modal",
  "description": "Bootstrap modal library for Angular 6. Built on top of the Bootstrap js, with full support for modal styling, animations, options and events.",
  "keywords": [
    "angular",
    "bootstrap",
    "modal"
  ],
  "homepage": "https://github.com/nowzoo/nz-bs-modal#readme",
  "version": "1.2.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/nowzoo/nz-bs-modal.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0",
    "bootstrap": "^4.1.1",
    "jquery": "^3.3.1",
    "popper.js": "^1.14.3"
  },
  "main": "bundles/nzbs-modal.umd.js",
  "module": "fesm5/nzbs-modal.js",
  "es2015": "fesm2015/nzbs-modal.js",
  "esm5": "esm5/nzbs-modal.js",
  "esm2015": "esm2015/nzbs-modal.js",
  "fesm5": "fesm5/nzbs-modal.js",
  "fesm2015": "fesm2015/nzbs-modal.js",
  "typings": "nzbs-modal.d.ts",
  "metadata": "nzbs-modal.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
