ngx-msg
Version:
Angular notification component
32 lines • 599 B
JSON
{
"name": "ngx-msg",
"version": "0.1.0",
"description": "Angular notification component",
"keywords": [
"Angular",
"notification",
"toaster"
],
"author": "kekeh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kekeh/ngx-msg.git"
},
"files": [
"index.d.ts",
"index.js",
"LICENSE",
"FONT-LICENSE",
"package.json",
"README.md",
"src",
"bundles"
],
"scripts": {},
"main": "bundles/ngx-msg.umd.js",
"typings": "index.d.ts",
"module": "index.js",
"dependencies": {},
"devDependencies": {}
}