biplab-notifier
Version:
This is a notification npm package, it can be use as simple notification or modal dialog, a lot of customization option are available as well, checkout the github repo and examples
33 lines (32 loc) • 1.01 kB
JSON
{
"name": "biplab-notifier",
"version": "3.0.0",
"description": "This is a notification npm package, it can be use as simple notification or modal dialog, a lot of customization option are available as well, checkout the github repo and examples",
"keywords": [
"Angular",
"Notifier",
"Notification"
],
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/biplabpokhrel/biplab-notifier"
},
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0"
},
"main": "bundles/biplab-notifier.umd.js",
"module": "fesm5/biplab-notifier.js",
"es2015": "fesm2015/biplab-notifier.js",
"esm5": "esm5/biplab-notifier.js",
"esm2015": "esm2015/biplab-notifier.js",
"fesm5": "fesm5/biplab-notifier.js",
"fesm2015": "fesm2015/biplab-notifier.js",
"typings": "biplab-notifier.d.ts",
"metadata": "biplab-notifier.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}