<?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.at.grpc</groupId>
  <artifactId>grpc-js</artifactId>
  <version>1.14.2</version>
  <name>grpc grpc-js</name>
  <description>gRPC Library for Node - pure JS implementation</description>
  <url>https://grpc.io/</url>
  <organization>
    <name>Google Inc.</name>
    <url>https://grpc.io/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>murgatroid99</name>
      <email>mlumish@google.com</email>
    </developer>
    <developer>
      <name>grpc-packages</name>
      <email>grpc-packages@google.com</email>
    </developer>
    <developer>
      <name>nicolasnoble</name>
      <email>nicolas@nobis-crew.org</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/grpc/grpc-node.git#master.git</connection>
    <developerConnection>https://github.com/grpc/grpc-node.git#master.git</developerConnection>
    <url>https://github.com/grpc/grpc-node.git#master</url>
  </scm>
  <issueManagement>
    <url>https://github.com/grpc/grpc-node/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.js-sdsl-ordered-map.version>[4.4.2,5)</org.mvnpm.at.js-sdsl-ordered-map.version>
    <org.mvnpm.at.grpc-proto-loader.version>[0.8.0,0.9)</org.mvnpm.at.grpc-proto-loader.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.grpc</groupId>
      <artifactId>proto-loader</artifactId>
      <version>${org.mvnpm.at.grpc-proto-loader.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.js-sdsl</groupId>
      <artifactId>ordered-map</artifactId>
      <version>${org.mvnpm.at.js-sdsl-ordered-map.version}</version>
    </dependency>
  </dependencies>
</project>
