ngx-notification-bar
Version:
Angular notification bar component for Angular 2+ projects.
51 lines • 1.41 kB
JSON
{
"name": "ngx-notification-bar",
"version": "1.14.0",
"license": "MIT",
"private": false,
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^14.2.4",
"@angular/core": "^14.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wnabil/ngx-notification-bar.git"
},
"keywords": [
"angular",
"notification",
"bar",
"typescript",
"ng",
"ngx",
"notify"
],
"author": "Wassem Nabil <w.nabil@orangestudio.com> (http://arabianlolers.com)",
"bugs": {
"url": "https://github.com/wnabil/ngx-notification-bar/issues"
},
"homepage": "https://github.com/wnabil/ngx-notification-bar#readme",
"module": "fesm2015/ngx-notification-bar.mjs",
"es2020": "fesm2020/ngx-notification-bar.mjs",
"esm2020": "esm2020/ngx-notification-bar.mjs",
"fesm2020": "fesm2020/ngx-notification-bar.mjs",
"fesm2015": "fesm2015/ngx-notification-bar.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-notification-bar.mjs",
"es2020": "./fesm2020/ngx-notification-bar.mjs",
"es2015": "./fesm2015/ngx-notification-bar.mjs",
"node": "./fesm2015/ngx-notification-bar.mjs",
"default": "./fesm2020/ngx-notification-bar.mjs"
}
},
"sideEffects": false
}