<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm</groupId>
  <artifactId>focus-trap</artifactId>
  <version>7.5.0</version>
  <name>focus-trap</name>
  <description>Trap focus within a DOM node.</description>
  <url>https://github.com/focus-trap/focus-trap#readme</url>
  <organization>
    <name>David Clark</name>
    <url>https://github.com/focus-trap/focus-trap#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>davidtheclark</name>
      <email>david.dave.clark@gmail.com</email>
    </developer>
    <developer>
      <name>stefcameron</name>
      <email>stefan@stefcameron.com</email>
    </developer>
    <developer>
      <name>realredallen</name>
      <email>zallen@redhat.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/focus-trap/focus-trap.git</connection>
    <developerConnection>https://github.com/focus-trap/focus-trap.git</developerConnection>
    <url>https://github.com/focus-trap/focus-trap</url>
  </scm>
  <issueManagement>
    <url>https://github.com/focus-trap/focus-trap/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-tabbable.version>[6.2.0,7)</org.mvnpm-tabbable.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tabbable</artifactId>
      <version>${org.mvnpm-tabbable.version}</version>
    </dependency>
  </dependencies>
</project>
