From 811dd1cb92a7248f16c66659c11ffd78fea3e2f6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Sep 2014 20:48:48 +0100 Subject: Initial commit. --- project.clj | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 project.clj (limited to 'project.clj') 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"]]) -- cgit 1.4.1