{
  "name": "survey-knockout",
  "version": "1.12.61",
  "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",
    "knockout"
  ],
  "homepage": "https://surveyjs.io/",
  "license": "MIT",
  "files": [
    "**/*"
  ],
  "main": "survey.ko.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/surveyjs/surveyjs.git"
  },
  "typings": "survey.ko.d.ts",
  "typesVersions": {
    "<4.2": {
      "*": [
        "ts3.4/*"
      ]
    }
  },
  "dependencies": {
    "knockout": "^3.5.1"
  }
}