survey-vue3-ui
Version:
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.
26 lines (25 loc) • 646 B
JSON
{
"name": "survey-vue3-ui",
"version": "2.5.2",
"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.2",
"vue": "^3.4.0"
}
}