{
  "components": [
    {
      "tag": "st-cloudinary",
      "dependencies": [],
      "componentClass": "Cloudinary",
      "componentPath": "components/cloudinary/cloudinary.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/cloudinary/cloudinary.css"
          ]
        }
      },
      "props": [
        {
          "name": "cloudName",
          "type": "String",
          "attr": "cloud-name"
        },
        {
          "name": "crop",
          "type": "String",
          "attr": "crop"
        },
        {
          "name": "format",
          "type": "String",
          "attr": "format"
        },
        {
          "name": "height",
          "type": "String",
          "attr": "height"
        },
        {
          "name": "publicId",
          "type": "String",
          "attr": "public-id"
        },
        {
          "name": "width",
          "type": "String",
          "attr": "width"
        }
      ],
      "hostElement": {
        "name": "element"
      },
      "shadow": true
    }
  ],
  "collections": [],
  "compiler": {
    "name": "@stencil/core",
    "version": "0.15.2",
    "typescriptVersion": "2.9.2"
  },
  "bundles": []
}