<?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>graphemer</artifactId>
  <version>1.4.0</version>
  <name>graphemer</name>
  <description>A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)</description>
  <url>https://github.com/flmnt/graphemer</url>
  <organization>
    <name>Matt Davies</name>
    <url>https://github.com/flmnt/graphemer</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>mattpauldavies</name>
      <email>matt@teamdavies.co.uk</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/flmnt/graphemer.git</connection>
    <developerConnection>https://github.com/flmnt/graphemer.git</developerConnection>
    <url>https://github.com/flmnt/graphemer</url>
  </scm>
  <issueManagement>
    <url>https://github.com/flmnt/graphemer/issues</url>
  </issueManagement>
</project>
