<?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>shelljs</artifactId>
  <version>0.9.2</version>
  <name>shelljs</name>
  <description>Portable Unix shell commands for Node.js</description>
  <url>http://github.com/shelljs/shelljs</url>
  <organization>
    <name>shelljs</name>
    <url>http://github.com/shelljs/shelljs</url>
  </organization>
  <licenses>
    <license>
      <name>BSD-3-Clause</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>artur</name>
      <email>arturadib@gmail.com</email>
    </developer>
    <developer>
      <name>nfischer</name>
      <email>ntfschr@gmail.com</email>
    </developer>
    <developer>
      <name>freitagbr</name>
      <email>freitagbr@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/shelljs/shelljs.git</connection>
    <developerConnection>git://github.com/shelljs/shelljs.git</developerConnection>
    <url>git://github.com/shelljs/shelljs</url>
  </scm>
  <issueManagement>
    <url>https://github.com/shelljs/shelljs/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-interpret.version>[1.0.0,2)</org.mvnpm-interpret.version>
    <org.mvnpm-execa.version>[1.0.0,2)</org.mvnpm-execa.version>
    <org.mvnpm-rechoir.version>[0.6.2,0.7)</org.mvnpm-rechoir.version>
    <org.mvnpm-fast-glob.version>[3.3.2,4)</org.mvnpm-fast-glob.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>execa</artifactId>
      <version>${org.mvnpm-execa.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>rechoir</artifactId>
      <version>${org.mvnpm-rechoir.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>fast-glob</artifactId>
      <version>${org.mvnpm-fast-glob.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>interpret</artifactId>
      <version>${org.mvnpm-interpret.version}</version>
    </dependency>
  </dependencies>
</project>
