<?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>cljsjs</groupId>
  <artifactId>p5</artifactId>
  <version>0.8.0-0</version>
  <name>p5</name>
  <description>p5.js is a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing</description>
  <url>https://p5js.org/</url>
  <licenses>
    <license>
      <url>https://github.com/processing/p5.js/blob/master/license.txt</url>
      <name>LGPL</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/processing/p5.js</url>
    <tag>f45193f649b502b22990e0a63a7e4ee711c1067c</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cljsjs</groupId>
      <artifactId>boot-cljsjs</artifactId>
      <version>0.10.3</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
