notify-angular
Version:
Simple yet customizable notifications for Angular2+, well suited in combination with Material Design
29 lines (28 loc) • 806 B
JSON
{
"name": "notify-angular",
"version": "3.0.1",
"description": "Simple yet customizable notifications for Angular2+, well suited in combination with Material Design",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "git add --all && git commit -m update && npm version patch && npm publish && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bersling/notify-angular.git"
},
"keywords": [
"Angular",
"Angular2",
"Notifications",
"Material",
"Material Design",
"Simple"
],
"author": "bersling@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bersling/notify-angular/issues"
},
"homepage": "https://github.com/bersling/notify-angular#readme"
}