<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>cljsjs</groupId>
  <artifactId>codemirror</artifactId>
  <version>5.1.0-0</version>
  <name>codemirror</name>
  <description>Javascript syntax highlighter https://codemirror.net/</description>
  <url>https://codemirror.net/</url>
  <licenses>
    <license>
      <url>https://github.com/codemirror/CodeMirror/blob/master/LICENSE</url>
      <name>MIT</name>
      <comments/>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/cljsjs/packages</url>
    <tag>d28700b5a869de68244c953c42b4bc59d1cf463b</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>bootlaces</artifactId>
      <version>0.1.9</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>cljsjs</groupId>
      <artifactId>boot-cljsjs</artifactId>
      <version>0.4.6</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
