jb-notification
Version:
notification web component
42 lines (41 loc) • 830 B
JSON
{
"name": "jb-notification",
"description": "notification web component",
"type": "module",
"author": {
"name": "mohammad javad bathaei",
"email": "javadbat@gmail.com"
},
"keywords": [
"jb",
"jb-notification",
"notification",
"toast",
"message",
"pop up",
"notif",
"alert",
"web component"
],
"version": "0.8.0",
"bugs": "https://github.com/javadbat/jb-notification/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"lib/",
"dist/",
"manager/",
"wrapper/",
"wrapper/dist/"
],
"dependencies": {
"jb-core":">=0.10.0"
},
"main": "index.js",
"types": "./dist/jb-notification.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:javadbat/jb-notification.git"
}
}