{
  "name": "mainio-survey",
  "version": "0.1.5",
  "contributors": [
    {
      "name": "Mika Lakanen",
      "url": "http://www.mulperi.net"
    },
    {
      "name": "Eelis Piirilä",
      "url": "https://github.com/Immanuel23"
    }
  ],
  "license": "MIT",
  "description": "Angular 6 web component application that provides ease of integration of SurveyJS formatted surveys to any app and website",
  "homepage": "https://github.com/Mainioco/Survey-Tools",
  "bugs": {
    "email": "tutkimus@mainio.co",
    "url": "https://github.com/Mainioco/Survey-Tools/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Mainioco/Survey-Tools.git"
  },
  "peerDependencies": {
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/elements": "^6.0.9",
    "@webcomponents/custom-elements": "^1.1.2",
    "@angular/cdk": "6.3.1",
    "survey-angular": "^1.0.32",
    "uuid": "^3.3.2"
  },
  "main": "bundles/mainio-survey.umd.js",
  "module": "fesm5/mainio-survey.js",
  "es2015": "fesm2015/mainio-survey.js",
  "esm5": "esm5/mainio-survey.js",
  "esm2015": "esm2015/mainio-survey.js",
  "fesm5": "fesm5/mainio-survey.js",
  "fesm2015": "fesm2015/mainio-survey.js",
  "typings": "mainio-survey.d.ts",
  "metadata": "mainio-survey.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
