<?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>external-editor</artifactId>
  <version>3.1.0</version>
  <name>external-editor</name>
  <description>Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT</description>
  <url>https://github.com/mrkmg/node-external-editor#readme</url>
  <organization>
    <name>Kevin Gravier</name>
    <url>https://github.com/mrkmg/node-external-editor#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>mrkmg</name>
      <email>kevin@mrkmg.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/mrkmg/node-external-editor.git</connection>
    <developerConnection>https://github.com/mrkmg/node-external-editor.git</developerConnection>
    <url>https://github.com/mrkmg/node-external-editor</url>
  </scm>
  <issueManagement>
    <url>https://github.com/mrkmg/node-external-editor/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-tmp.version>[0.0.33,0.0.34)</org.mvnpm-tmp.version>
    <org.mvnpm-iconv-lite.version>[0.4.24,0.5)</org.mvnpm-iconv-lite.version>
    <org.mvnpm-chardet.version>[0.7.0,0.8)</org.mvnpm-chardet.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>chardet</artifactId>
      <version>${org.mvnpm-chardet.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>iconv-lite</artifactId>
      <version>${org.mvnpm-iconv-lite.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tmp</artifactId>
      <version>${org.mvnpm-tmp.version}</version>
    </dependency>
  </dependencies>
</project>
