{
  "schemaVersion": "0.1.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "./fixtures/attributes/package/my-element.js",
      "declarations": [
        {
          "kind": "class",
          "name": "MyElement",
          "attributes": [
            {
              "name": "disabled",
              "description": "disables the element",
              "type": {
                "text": "boolean"
              }
            },
            {
              "name": "foo",
              "description": "description for foo",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "baz"
            },
            {
              "name": "bar"
            }
          ],
          "superclass": {
            "name": "HTMLElement"
          },
          "tagName": "my-element"
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "my-element",
          "declaration": {
            "name": "MyElement",
            "module": "./fixtures/attributes/package/my-element.js"
          }
        }
      ]
    }
  ]
}