{
  "components": [
    {
      "tag": "cld-video",
      "dependencies": [],
      "componentClass": "CloudinaryVideoPlayer",
      "componentPath": "components/cld-video/cld-video.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/cld-video/cld-video.css"
          ]
        }
      },
      "props": [
        {
          "name": "analytics",
          "type": "Boolean",
          "attr": "analytics"
        },
        {
          "name": "autoplay",
          "type": "Boolean",
          "attr": "autoplay"
        },
        {
          "name": "autoplayMode",
          "type": "String",
          "attr": "autoplay-mode"
        },
        {
          "name": "autoShowRecommendations",
          "type": "Boolean",
          "attr": "auto-show-recommendations"
        },
        {
          "name": "cloudName",
          "type": "String",
          "attr": "cloud-name"
        },
        {
          "name": "control",
          "type": "String",
          "attr": "control",
          "watch": [
            "controlHandler"
          ]
        },
        {
          "name": "controls",
          "type": "Boolean",
          "attr": "controls"
        },
        {
          "name": "crop",
          "type": "String",
          "attr": "crop"
        },
        {
          "name": "fluid",
          "type": "Boolean",
          "attr": "fluid"
        },
        {
          "name": "fontFace",
          "type": "String",
          "attr": "font-face"
        },
        {
          "name": "height",
          "type": "Number",
          "attr": "height"
        },
        {
          "name": "loop",
          "type": "Boolean",
          "attr": "loop"
        },
        {
          "name": "muted",
          "type": "Boolean",
          "attr": "muted"
        },
        {
          "name": "preload",
          "type": "String",
          "attr": "preload"
        },
        {
          "name": "publicId",
          "type": "String",
          "attr": "public-id"
        },
        {
          "name": "urlTransformation",
          "type": "String",
          "attr": "url-transformation"
        },
        {
          "name": "videoId",
          "type": "String",
          "attr": "video-id"
        },
        {
          "name": "videoTitle",
          "type": "String",
          "attr": "video-title"
        },
        {
          "name": "width",
          "type": "Number",
          "attr": "width"
        }
      ],
      "states": [
        {
          "name": "cld"
        },
        {
          "name": "player"
        }
      ]
    }
  ],
  "collections": [],
  "compiler": {
    "name": "@stencil/core",
    "version": "0.16.4",
    "typescriptVersion": "3.2.2"
  },
  "bundles": []
}