jb-notification
Version:
notification web component
32 lines (31 loc) • 695 B
JSON
{
"name": "jb-notification-manager",
"description": "notification web component manager",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "javadbat@gmail.com"
},
"keywords": [
"jb",
"jb-notification",
"notification manager",
"message",
"web component"
],
"version": "1.0.0",
"bugs": "https://github.com/javadbat/jb-notification/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"dist/"
],
"main": "main.js",
"types": "./dist/jb-notification-manager.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:javadbat/jb-notification.git"
}
}