{
  "name": "@syncfusion/ej2-vue-popups",
  "version": "29.2.8",
  "description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "keywords": [
    "vue",
    "vue-dialog",
    "vue-tooltip",
    "vue-spinner",
    "vue-modal",
    "vue-alert",
    "vue-popup",
    "vue-loading-indicator",
    "vue-waiting-popup",
    "vue-loader",
    "vue-busy-indicator",
    "vue-waitingfor-loader",
    "vue-template-tooltip",
    "vue-positional-tooltip",
    "vue-ajax-tooltip",
    "vue-tooltip-component"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
  },
  "main": "./dist/ej2-vue-popups.umd.min.js",
  "module": "./index.js",
  "es2015": "dist/es6/ej2-vue-popups.es2015.js",
  "readme": "ReadMe.md",
  "dependencies": {
    "@syncfusion/ej2-base": "~29.2.4",
    "@syncfusion/ej2-vue-base": "~29.2.4",
    "@syncfusion/ej2-popups": "29.2.8"
  },
  "devDependencies": {},
  "scripts": {
    "compile": "gulp ci-compile && gulp vue-global-script",
    "ci-publish": "gulp ci-publish"
  },
  "sideEffects": false,
  "homepage": "https://www.syncfusion.com/vue-components"
}