ngx-toast-notifications
Version:
Toast notifications for Angular applications
40 lines (39 loc) • 1.2 kB
JSON
{
"name": "ngx-toast-notifications",
"version": "1.3.0",
"author": "Tim",
"description": "Toast notifications for Angular applications",
"main": "bundles/ngx-toast-notifications.umd.js",
"peerDependencies": {
"@angular/animations": ">=6.0.0",
"@angular/cdk": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@angular/common": ">=6.0.0"
},
"keywords": [
"angular",
"toast",
"notification"
],
"repository": {
"type": "git",
"url": "https://github.com/tim-kuteev/ngx-toast-notifications.git"
},
"bugs": {
"url": "https://github.com/tim-kuteev/ngx-toast-notifications/issues"
},
"homepage": "https://github.com/tim-kuteev/ngx-toast-notifications#readme",
"license": "MIT",
"module": "fesm5/ngx-toast-notifications.js",
"es2015": "fesm2015/ngx-toast-notifications.js",
"esm5": "esm5/ngx-toast-notifications.js",
"esm2015": "esm2015/ngx-toast-notifications.js",
"fesm5": "fesm5/ngx-toast-notifications.js",
"fesm2015": "fesm2015/ngx-toast-notifications.js",
"typings": "ngx-toast-notifications.d.ts",
"metadata": "ngx-toast-notifications.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}