<?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>stack-trace</artifactId>
  <version>1.0.0-pre2</version>
  <name>stack-trace</name>
  <description>Get v8 stack traces as an array of CallSite objects.</description>
  <url>https://github.com/felixge/node-stack-trace</url>
  <organization>
    <name>Felix Geisendörfer</name>
    <url>https://github.com/felixge/node-stack-trace</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>felixge</name>
      <email>felix@debuggable.com</email>
    </developer>
    <developer>
      <name>sebastianhoitz</name>
      <email>hoitz@komola.de</email>
    </developer>
    <developer>
      <name>tim-smart</name>
      <email>tim@fostle.com</email>
    </developer>
    <developer>
      <name>gajus</name>
      <email>gajus@gajus.com</email>
    </developer>
    <developer>
      <name>niemyjski</name>
      <email>bniemyjski@gmail.com</email>
    </developer>
    <developer>
      <name>kjg</name>
      <email>kevin@glowacz.info</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/felixge/node-stack-trace.git</connection>
    <developerConnection>git://github.com/felixge/node-stack-trace.git</developerConnection>
    <url>git://github.com/felixge/node-stack-trace</url>
  </scm>
  <issueManagement>
    <url>https://github.com/felixge/node-stack-trace/issues</url>
  </issueManagement>
</project>
