{
  "name": "survey-vue3-ui",
  "version": "2.5.24",
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
  "keywords": [
    "Survey",
    "JavaScript",
    "Bootstrap",
    "Library",
    "knockout"
  ],
  "homepage": "https://surveyjs.io/",
  "license": "MIT",
  "main": "survey-vue3-ui.umd.js",
  "module": "survey-vue3-ui.es.js",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/surveyjs/surveyjs.git"
  },
  "peerDependencies": {
    "survey-core": "2.5.24",
    "vue": "^3.4.0"
  }
}
