{
  "components": [
    {
      "tag": "chart-wrapper",
      "dependencies": [],
      "componentClass": "MyComponent",
      "componentPath": "components/chart-wrapper/chart-wrapper.component.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/chart-wrapper/chart-wrapper.component.css"
          ]
        }
      },
      "hostElement": {
        "name": "host"
      }
    },
    {
      "tag": "hello-component",
      "dependencies": [],
      "componentClass": "MyComponent",
      "componentPath": "components/my-component/my-component.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/my-component/my-component.css"
          ]
        }
      },
      "props": [
        {
          "name": "firstName",
          "type": "String",
          "mutable": true
        },
        {
          "name": "lastName",
          "type": "String",
          "mutable": true
        }
      ],
      "hostElement": {
        "name": "host"
      }
    }
  ],
  "collections": [],
  "compiler": {
    "name": "@stencil/core",
    "version": "0.6.18",
    "typescriptVersion": "2.7.2"
  },
  "bundles": []
}