<?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>jspdf</artifactId>
  <version>2.5.2</version>
  <name>jspdf</name>
  <description>PDF Document creation from JavaScript</description>
  <url>https://github.com/mrrio/jspdf</url>
  <organization>
    <name>jspdf</name>
    <url>https://github.com/mrrio/jspdf</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>mrjameshall</name>
      <email>james@parall.ax</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/MrRio/jsPDF.git</connection>
    <developerConnection>https://github.com/MrRio/jsPDF.git</developerConnection>
    <url>https://github.com/MrRio/jsPDF</url>
  </scm>
  <issueManagement>
    <url>https://github.com/MrRio/jsPDF/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-atob.version>[2.1.2,3)</org.mvnpm-atob.version>
    <org.mvnpm-btoa.version>[1.2.1,2)</org.mvnpm-btoa.version>
    <org.mvnpm-fflate.version>[0.8.1,0.9)</org.mvnpm-fflate.version>
    <org.mvnpm.at.babel-runtime.version>[7.23.2,8)</org.mvnpm.at.babel-runtime.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>atob</artifactId>
      <version>${org.mvnpm-atob.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>btoa</artifactId>
      <version>${org.mvnpm-btoa.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>fflate</artifactId>
      <version>${org.mvnpm-fflate.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.babel</groupId>
      <artifactId>runtime</artifactId>
      <version>${org.mvnpm.at.babel-runtime.version}</version>
    </dependency>
  </dependencies>
</project>
