survey-angular-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.
40 lines • 1.05 kB
JSON
{
"name": "survey-angular-ui",
"version": "2.0.3",
"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",
"repository": {
"type": "git",
"url": "https://github.com/surveyjs/surveyjs.git"
},
"typings": "survey-angular-ui.d.ts",
"peerDependencies": {
"@angular/cdk": "*",
"@angular/core": "*",
"@angular/forms": "*",
"survey-core": "2.0.3"
},
"commit-and-tag-version": {
"bumpFiles": [
"package.json"
]
},
"main": "bundles/survey-angular-ui.umd.js",
"module": "fesm2015/survey-angular-ui.js",
"es2015": "fesm2015/survey-angular-ui.js",
"esm2015": "esm2015/survey-angular-ui.js",
"fesm2015": "fesm2015/survey-angular-ui.js",
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}