survey-angular
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.
32 lines • 695 B
JSON
{
"name": "survey-angular",
"version": "1.12.50",
"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",
"angular",
"angular-component"
],
"homepage": "https://surveyjs.io/",
"license": "MIT",
"files": [
"**/*"
],
"main": "survey.angular.js",
"repository": {
"type": "git",
"url": "https://github.com/surveyjs/surveyjs.git"
},
"typings": "survey.angular.d.ts",
"typesVersions": {
"<4.2": {
"*": [
"ts3.4/*"
]
}
},
"dependencies": {}
}