cryogen-core/project.clj

18 lines
888 B
Clojure
Raw Normal View History

(defproject cryogen-core "0.1.9"
2014-12-05 15:28:14 +00:00
:description "Cryogen's compiler"
:url "https://github.com/lacarmen/cryogen-core"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[clj-rss "0.1.9"]
[me.raynes/fs "1.4.6"]
[crouton "0.1.2"]
2014-12-14 18:49:09 +00:00
[cheshire "5.4.0"]
2014-12-05 15:28:14 +00:00
[clj-text-decoration "0.0.3"]
[io.aviso/pretty "0.1.13"]
[hiccup "1.0.5"]
2014-12-27 06:28:23 +00:00
[selmer "0.7.8"]
2014-12-25 18:37:00 +00:00
[markdown-clj "0.9.60"
:exclusions [com.keminglabs/cljx]]
[org.asciidoctor/asciidoctorj "1.5.2"]])