survey-jquery
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.
27 lines • 630 B
JSON
{
"name": "survey-jquery",
"version": "1.12.62",
"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",
"jquery",
"jquery-plugin"
],
"homepage": "https://surveyjs.io/",
"license": "MIT",
"files": [
"**/*"
],
"main": "survey.jquery.js",
"repository": {
"type": "git",
"url": "https://github.com/surveyjs/surveyjs.git"
},
"typings": "survey.jquery.d.ts",
"dependencies": {
"jquery": ">=1.12.4"
}
}