UNPKG

ngx-toast-notifier

Version:

This is a nofitications library for Angular

58 lines (57 loc) 1.55 kB
{ "name": "ngx-toast-notifier", "version": "0.0.7", "description": "This is a nofitications library for Angular", "homepage": "https://github.com/ImWicho/ngx-toast-notifier#readme", "bugs": { "url": "https://github.com/ImWicho/ngx-toast-notifier/issues", "email": "luis.carrilloo.perez@gmail.com" }, "license": "MIT", "author": { "name": "Luis Carrillo", "email": "luis.carrilloo.perez@gmail.com", "url": "https://twitter.com/imwichop" }, "keywords": [ "ng2", "ngx", "ngx-toast-notifier", "toastr-ng2", "angular", "angular2", "typescript", "alert", "toast", "toastr", "angular toastr", "notifications" ], "peerDependencies": { "@angular/common": "^13.3.0", "@angular/core": "^13.3.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2015/ngx-toast-notifier.mjs", "es2020": "fesm2020/ngx-toast-notifier.mjs", "esm2020": "esm2020/ngx-toast-notifier.mjs", "fesm2020": "fesm2020/ngx-toast-notifier.mjs", "fesm2015": "fesm2015/ngx-toast-notifier.mjs", "typings": "ngx-toast-notifier.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./ngx-toast-notifier.d.ts", "esm2020": "./esm2020/ngx-toast-notifier.mjs", "es2020": "./fesm2020/ngx-toast-notifier.mjs", "es2015": "./fesm2015/ngx-toast-notifier.mjs", "node": "./fesm2015/ngx-toast-notifier.mjs", "default": "./fesm2020/ngx-toast-notifier.mjs" } }, "sideEffects": false }