{
  "$schema": "https://json.schemastore.org/web-types",
  "name": "vue-sticky-directive",
  "version": "0.0.16",
  "contributions": {
    "html": {
      "vue-directives": [
        {
          "name": "sticky",
          "description": "Directive for Sticky-element",
          "type": "object"
        }
      ],
      "attributes": [
        {
          "name": "sticky-container",
          "description": "Container wrapper for sticky block",
          "value": {
            "required": false
          }
        }
      ]
    }
  }
}
