{
  "name": "survey-angular-ui",
  "version": "2.2.1",
  "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.2.1"
  },
  "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"
  }
}