cryogen-core/project.clj
Carmen La aced19ce2a Merge pull request #4 from j0ni/ignore-backup-files
Support :ignored-file config key
2014-12-27 09:35:22 -05:00

16 lines
831 B
Clojure

(defproject cryogen-core "0.1.9-SNAPSHOT"
: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"]
[cheshire "5.4.0"]
[clj-text-decoration "0.0.3"]
[io.aviso/pretty "0.1.13"]
[hiccup "1.0.5"]
[selmer "0.7.8"]
[markdown-clj "0.9.60"
:exclusions [com.keminglabs/cljx]]])