{
  "name": "ng2-modal-module",
  "version": "1.0.1",
  "description": "bootstrap modal component adjusted for angular2+ framework based on rx-pubsub service. NO jQuery!",
  "author": {
    "name": "kageoni",
    "email": "kageoni@md.md",
    "url": "https://github.com/kageoni"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kageoni/ng2-modal-module.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kageoni/ng2-modal-module/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "modal",
    "window",
    "alert",
    "bootstrap",
    "module",
    "modal-window",
    "alert-window",
    "angular",
    "angular2",
    "ng2",
    "service"
  ],
  "bugs": {
    "url": "https://github.com/kageoni/ng2-modal-module/issues"
  },
  "dependencies": {
    "component-injector": ">=2.0.0",
    "pubsub-distinct": ">=0.2.0",
    "trust-html": ">=1.0.0",
    "xdom-util": ">=0.0.1",
    "tslib": "^1.9.0"
  },
  "peerDependencies": {
    "@angular/core": ">=2.3.1",
    "@angular/common": ">=2.3.1",
    "bootstrap": "^3.0.0"
  },
  "main": "bundles/ng2-modal-module.umd.js",
  "module": "fesm5/ng2-modal-module.js",
  "es2015": "fesm2015/ng2-modal-module.js",
  "esm5": "esm5/ng2-modal-module.js",
  "esm2015": "esm2015/ng2-modal-module.js",
  "fesm5": "fesm5/ng2-modal-module.js",
  "fesm2015": "fesm2015/ng2-modal-module.js",
  "typings": "ng2-modal-module.d.ts",
  "metadata": "ng2-modal-module.metadata.json",
  "sideEffects": false
}
