UNPKG

alert-notification

Version:

A lightweight easy to use module to display alert notifications inside you Angular web applications.

38 lines (37 loc) 1 kB
{ "name": "alert-notification", "version": "1.3.0", "private": false, "peerDependencies": { "@angular/common": "^7.2.9", "@angular/core": "^7.2.9" }, "author": { "name": "Harsh Mathur", "email": "harshmathur04@gmail.com", "url": "https://www.linkedin.com/in/harsh-mathur/" }, "homepage": "https://harsh04.github.io/alert-notification/", "license": "MIT", "keywords": [ "angular", "alert", "notification", "service", "Material" ], "email": "harshmathur04@gmail.com", "main": "bundles/alert-notification.umd.js", "module": "fesm5/alert-notification.js", "es2015": "fesm2015/alert-notification.js", "esm5": "esm5/alert-notification.js", "esm2015": "esm2015/alert-notification.js", "fesm5": "fesm5/alert-notification.js", "fesm2015": "fesm2015/alert-notification.js", "typings": "alert-notification.d.ts", "metadata": "alert-notification.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }