<?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>infer-owner</artifactId>
  <version>1.0.4</version>
  <name>infer-owner</name>
  <description>Infer the owner of a path based on the owner of its nearest existing parent</description>
  <url>https://github.com/npm/infer-owner#readme</url>
  <organization>
    <name>Isaac Z. Schlueter</name>
    <url>https://github.com/npm/infer-owner#readme</url>
  </organization>
  <licenses>
    <license>
      <name>ISC</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>adam_baldwin</name>
      <email>evilpacket@gmail.com</email>
    </developer>
    <developer>
      <name>ahmadnassri</name>
      <email>ahmad@ahmadnassri.com</email>
    </developer>
    <developer>
      <name>isaacs</name>
      <email>i@izs.me</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/npm/infer-owner.git</connection>
    <developerConnection>https://github.com/npm/infer-owner.git</developerConnection>
    <url>https://github.com/npm/infer-owner</url>
  </scm>
  <issueManagement>
    <url>https://github.com/npm/infer-owner/issues</url>
  </issueManagement>
</project>
