{
    "name":  "igniteui-dockmanager",
    "version":  "2.1.3",
    "description":  "Ignite UI Dock Manager Web Component provides means to manage the layout of your application through panes, allowing your end-users to customize it further by pinning, resizing, moving and hiding panes.",
    "author":  "Infragistics",
    "license":  "SEE LICENSE IN LICENSE",
    "homepage":  "https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/dock-manager",
    "typesVersions":  {
                          "*":  {
                                    "loader":  [
                                                   "./loader.d.ts"
                                               ]
                                }
                      },
    "exports":  {
                    ".":  {
                              "types":  "./index.d.ts",
                              "default":  "./index.js"
                          },
                    "./loader":  {
                                     "types":  "./loader.d.ts",
                                     "import":  "./loader.js"
                                 },
                    "./themes/*.css":  "./styles/*.css"
                },
    "type":  "module",
    "repository":  {
                       "type":  "git",
                       "url":  "git+https://github.com/IgniteUI/igniteui-dockmanager.git"
                   },
    "bugs":  {
                 "url":  "https://github.com/IgniteUI/igniteui-dockmanager/issues"
             },
    "engines":  {
                    "node":  "\u003e=20"
                },
    "keywords":  [
                     "dock manager",
                     "dock manager",
                     "UI components"
                 ],
    "customElements":  "custom-elements.json",
    "dependencies":  {
                         "igniteui-i18n-core":  "^1.0.1",
                         "igniteui-trial-watermark":  "^3.1.0",
                         "lit":  "^3.3.0"
                     },
    "peerDependencies":  {
                             "igniteui-i18n-resources":  "^1.0.1"
                         },
    "peerDependenciesMeta":  {
                                 "igniteui-i18n-resources":  {
                                                                 "optional":  true
                                                             }
                             },
    "web-types":  "./web-types.json"
}
