{
  "name": "jb-modal",
  "description": "modal web component",
  "type": "module",
  "author": {
		"name": "mohammad javad bathaei",
		"email": "javadbat@gmail.com"
	},
  "keywords": [
    "jb",
    "jb-modal",
    "dialog",
    "modal",
    "modal window",
    "pop up",
    "web component",
    "react component"
  ],
  "version": "1.12.1",
  "bugs": "https://github.com/javadbat/jb-modal/issues",
  "homepage": "https://javadbat.github.io/design-system/?path=/docs/components-jbmodal",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "lib/",
    "dist/",
    "react/",
    "react/dist/"
  ],
  "main": "index.js",
  "module": "index.js",
  "types": "./dist/jb-modal.d.ts",
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-modal.git"
  },
  "dependencies": {
    "jb-core":">=0.27.0"
  }

}
