{
  "name": "jb-notification-wrapper",
  "description": "notification web component",
  "type": "module",
  "author": {
		"name": "mohammad javad bathaei",
		"email": "javadbat@gmail.com"
	},
  "keywords": [
    "jb",
    "jb-notification",
    "notification wrapper",
    "message",
    "web component"
  ],
  "version": "0.4.0",
  "bugs": "https://github.com/javadbat/jb-notification/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "custom-elements.json",
    "lib/",
    "dist/"
  ],
  "main": "main.js",
  "types": "./dist/jb-notification-wrapper.d.ts",
  "customElements": "custom-elements.json",
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-notification.git"
  }
}
