UNPKG

survey-angular-ui

Version:

A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.

64 lines 1.64 kB
{ "name": "survey-angular-ui", "version": "2.5.1", "homepage": "https://surveyjs.io/", "author": "DevSoft Baltic OU <info@devsoftbaltic.com>", "license": "MIT", "description": "A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.", "keywords": [ "angular", "survey", "form", "surveyjs", "survey-library", "angular-component", "form-rendering", "survey-renderer", "dynamic-form", "interactive-form", "form-library", "form-management", "questionnaire", "data-collection", "data-validation", "form-validation", "input-validation", "ui-component", "json", "json-schema", "angular-schema-form", "survey-renderer", "client-side", "frontend", "javascript", "typescript" ], "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.5.1" }, "overrides": { "stylus": "github:stylus/stylus#0.54.8" }, "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" } }