UNPKG

ng2-bs3-modal

Version:

Angular Boostrap 3 Modal Component

41 lines (40 loc) 1.04 kB
{ "name": "ng2-bs3-modal", "version": "0.15.0", "description": "Angular Boostrap 3 Modal Component", "license": "ISC", "repository": { "type": "git", "url": "git+ssh://git@github.com/dougludlow/ng2-bs3-modal.git" }, "bugs": { "url": "https://github.com/dougludlow/ng2-bs3-modal/issues" }, "keywords": [ "angular", "angular2", "bootstrap", "modal", "component" ], "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0", "bootstrap": "~3.3.x", "jquery": "1 - 3", "rxjs": "^6.0.0" }, "main": "bundles/ng2-bs3-modal.umd.js", "module": "fesm5/ng2-bs3-modal.js", "es2015": "fesm2015/ng2-bs3-modal.js", "esm5": "esm5/ng2-bs3-modal.js", "esm2015": "esm2015/ng2-bs3-modal.js", "fesm5": "fesm5/ng2-bs3-modal.js", "fesm2015": "fesm2015/ng2-bs3-modal.js", "typings": "ng2-bs3-modal.d.ts", "metadata": "ng2-bs3-modal.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }