<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mentat</groupId>
  <artifactId>mathbox.cljs</artifactId>
  <name>mathbox.cljs</name>
  <description>CLJS interface for mathbox-react.</description>
  <url>http://github.com/mentat-collective/mathbox.cljs</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Sam Ritchie</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/mentat-collective/mathbox.cljs</url>
    <connection>scm:git:git://github.com/mentat-collective/mathbox.cljs.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/mentat-collective/mathbox.cljs.git</developerConnection>
    <tag>v0.2.2</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.11.1</version>
    </dependency>
    <dependency>
      <groupId>reagent</groupId>
      <artifactId>reagent</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>org.babashka</groupId>
      <artifactId>sci</artifactId>
      <version>0.7.39</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <resources>
      <resource>
        <directory>resources</directory>
      </resource>
    </resources>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <version>0.2.2</version>
</project>
