<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>fluentsoftware</groupId>
  <artifactId>cljs-binding</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <name>cljs-binding</name>
  <description>ClojureScript binding library</description>
  <scm>
    <connection>scm:git:git://github.com/fluentsoftware/cljs-binding.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/fluentsoftware/cljs-binding.git</developerConnection>
    <tag>962f24337f3f338bc37460a17e9153595e1b8ea1</tag>
    <url>https://github.com/fluentsoftware/cljs-binding</url>
  </scm>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>test</testSourceDirectory>
    <resources>
      <resource>
        <directory>resources</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>test-resources</directory>
      </testResource>
    </testResources>
  </build>
  <repositories>
    <repository>
      <id>central</id>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
    <repository>
      <id>clojars</id>
      <url>http://clojars.org/repo/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>lein-cljsbuild</groupId>
      <artifactId>lein-cljsbuild</artifactId>
      <version>0.1.8</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.3.0</version>
    </dependency>
  </dependencies>
</project>

<!-- This file was autogenerated by Leiningen.
  Please do not edit it directly; instead edit project.clj and regenerate it.
  It should not be considered canonical data. For more information see
  https://github.com/technomancy/leiningen -->
