@neocomplexx/ngx-neo-modal-mat
Version:
51 lines (50 loc) • 1.52 kB
JSON
{
"name": "@neocomplexx/ngx-neo-modal-mat",
"version": "9.0.0",
"peerDependencies": {
"@angular/common": "~9.1.9",
"@angular/core": "~9.1.9",
"@angular/material": "^9.1.9",
"@angular/animations": "~9.1.9",
"@angular/cdk": "^9.1.3",
"@ngx-translate/core": "^12.1.2"
},
"author": {
"name": "NeoComplexx",
"email": "info@neocomplexx.com"
},
"repository": {
"type": "git",
"url": "https://github.com/neocomplexx/ngx-neo-modal"
},
"bugs": {
"url": "https://github.com/neocomplexx/ng-neo-modal/issues"
},
"keywords": [
"Angular",
"Modal",
"Library",
"Componet",
"SCSS",
"NeoComplexx",
"Material",
"Design",
"Alert"
],
"license": "MIT",
"main": "bundles/neocomplexx-ngx-neo-modal-mat.umd.js",
"module": "fesm5/neocomplexx-ngx-neo-modal-mat.js",
"es2015": "fesm2015/neocomplexx-ngx-neo-modal-mat.js",
"esm5": "esm5/neocomplexx-ngx-neo-modal-mat.js",
"esm2015": "esm2015/neocomplexx-ngx-neo-modal-mat.js",
"fesm5": "fesm5/neocomplexx-ngx-neo-modal-mat.js",
"fesm2015": "fesm2015/neocomplexx-ngx-neo-modal-mat.js",
"typings": "neocomplexx-ngx-neo-modal-mat.d.ts",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
}
}