<?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>braces</artifactId>
  <version>3.0.1</version>
  <name>braces</name>
  <description>Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.</description>
  <url>https://github.com/micromatch/braces</url>
  <organization>
    <name>Jon Schlinkert</name>
    <url>https://github.com/micromatch/braces</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>doowb</name>
      <email>brian.woodward@gmail.com</email>
    </developer>
    <developer>
      <name>es128</name>
      <email>elan.shanker+npm@gmail.com</email>
    </developer>
    <developer>
      <name>jonschlinkert</name>
      <email>github@sellside.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/micromatch/braces.git</connection>
    <developerConnection>https://github.com/micromatch/braces.git</developerConnection>
    <url>https://github.com/micromatch/braces</url>
  </scm>
  <issueManagement>
    <url>https://github.com/micromatch/braces/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-fill-range.version>[7.0.1,8)</org.mvnpm-fill-range.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>fill-range</artifactId>
      <version>${org.mvnpm-fill-range.version}</version>
    </dependency>
  </dependencies>
</project>
