ngx-modialog
Version:
Modal / Dialog for Angular
39 lines (38 loc) • 978 B
JSON
{
"name": "ngx-modialog",
"version": "5.0.1",
"description": "Modal / Dialog for Angular",
"repository": {
"type": "git",
"url": "https://github.com/shlomiassaf/ngx-modialog.git"
},
"keywords": [
"angular",
"bootstrap",
"vex",
"modal"
],
"author": "Shlomi Assaf",
"license": "MIT",
"homepage": "https://github.com/shlomiassaf/ngx-modialog",
"bugs": {
"url": "https://github.com/shlomiassaf/ngx-modialog/issues"
},
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0"
},
"main": "bundles/ngx-modialog.umd.js",
"module": "fesm5/ngx-modialog.js",
"es2015": "fesm2015/ngx-modialog.js",
"esm5": "esm5/ngx-modialog.js",
"esm2015": "esm2015/ngx-modialog.js",
"fesm5": "fesm5/ngx-modialog.js",
"fesm2015": "fesm2015/ngx-modialog.js",
"typings": "ngx-modialog.d.ts",
"metadata": "ngx-modialog.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}