<?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>html-webpack-plugin</artifactId>
  <version>2.30.1</version>
  <name>html-webpack-plugin</name>
  <description>Simplifies creation of HTML files to serve your webpack bundles</description>
  <url>https://github.com/jantimon/html-webpack-plugin</url>
  <organization>
    <name>Charles Blaxland</name>
    <url>https://github.com/jantimon/html-webpack-plugin</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>ampedandwired</name>
      <email>charles.blaxland@gmail.com</email>
    </developer>
    <developer>
      <name>jantimon</name>
      <email>j.nicklas@me.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/jantimon/html-webpack-plugin.git</connection>
    <developerConnection>https://github.com/jantimon/html-webpack-plugin.git</developerConnection>
    <url>https://github.com/jantimon/html-webpack-plugin</url>
  </scm>
  <issueManagement>
    <url>https://github.com/jantimon/html-webpack-plugin/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-loader-utils.version>[0.2.16,0.3)</org.mvnpm-loader-utils.version>
    <org.mvnpm-toposort.version>[1.0.0,2)</org.mvnpm-toposort.version>
    <org.mvnpm-bluebird.version>[3.4.7,4)</org.mvnpm-bluebird.version>
    <org.mvnpm-html-minifier.version>[3.2.3,4)</org.mvnpm-html-minifier.version>
    <org.mvnpm-pretty-error.version>[2.0.2,3)</org.mvnpm-pretty-error.version>
    <org.mvnpm-lodash.version>[4.17.3,5)</org.mvnpm-lodash.version>
    <org.mvnpm-webpack.version>[1,2),[2,3),[2.1.0-beta,3),[2.2.0-rc,3),[3,4)</org.mvnpm-webpack.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>lodash</artifactId>
      <version>${org.mvnpm-lodash.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>bluebird</artifactId>
      <version>${org.mvnpm-bluebird.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>toposort</artifactId>
      <version>${org.mvnpm-toposort.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>loader-utils</artifactId>
      <version>${org.mvnpm-loader-utils.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>pretty-error</artifactId>
      <version>${org.mvnpm-pretty-error.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>html-minifier</artifactId>
      <version>${org.mvnpm-html-minifier.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>webpack</artifactId>
      <version>${org.mvnpm-webpack.version}</version>
    </dependency>
  </dependencies>
</project>
