about summary refs log tree commit diff stats
path: root/project.clj
diff options
context:
space:
mode:
authorAlan Pearce2014-09-09 20:48:48 +0100
committerAlan Pearce2014-09-09 20:48:48 +0100
commit811dd1cb92a7248f16c66659c11ffd78fea3e2f6 (patch)
treef2ec9e2cbd40adc4dab80ac91c5f8f5248a643c7 /project.clj
downloadmicroformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.lz
microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.zst
microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.zip
Initial commit.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj6
1 files changed, 6 insertions, 0 deletions
diff --git a/project.clj b/project.clj
new file mode 100644
index 0000000..3d3d3f5
--- /dev/null
+++ b/project.clj
@@ -0,0 +1,6 @@
+(defproject microformats "0.1.0-SNAPSHOT"
+  :description "HTML microformats parser"
+  :url "https://github.com/alanpearce/microformats"
+  :license {:name "MIT License"
+            :url "http://opensource.org/licenses/MIT"}
+  :dependencies [[org.clojure/clojure "1.6.0"]])