<?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>github-from-package</artifactId>
  <version>0.0.0</version>
  <name>github-from-package</name>
  <description>return the github url from a package.json file</description>
  <url>https://github.com/substack/github-from-package</url>
  <organization>
    <name>James Halliday</name>
    <url>https://github.com/substack/github-from-package</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>substack</name>
      <email>mail@substack.net</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/substack/github-from-package.git</connection>
    <developerConnection>git://github.com/substack/github-from-package.git</developerConnection>
    <url>git://github.com/substack/github-from-package</url>
  </scm>
</project>
