{
  "name": "jb-modal-react",
  "description": "modal react component",
  "type": "module",
  "author": {
		"name": "mohammad javad bathaei",
		"email": "javadbat@gmail.com"
	},
  "keywords": [
    "jb",
    "jb-modal",
    "react component",
    "dialog",
    "modal",
    "react",
    "react modal",
    "modal window",
    "pop up"
  ],
  "version": "1.2.0",
  "bugs": "https://github.com/javadbat/jb-modal/issues",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "lib/",
    "dist/"
  ],
  "main": "index.js",
  "module": "index.js",
  "types": "./dist/JBModal.d.ts",
  "repository": {
		"type": "git",
		"url": "git@github.com:javadbat/jb-modal.git"
  },
  "dependencies": {
    "jb-modal": ">=1.11.0",
    "jb-core":"^0.27.0"
  }
}
