cryogen-core/project.clj

20 lines
964 B
Clojure
Raw Normal View History

2017-01-04 05:25:13 +00:00
(defproject cryogen-core "0.1.47"
:description "Cryogen's compiler"
:url "https://github.com/cryogen-project/cryogen-core"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
2016-02-04 20:40:48 +00:00
:dependencies [[org.clojure/clojure "1.8.0"]
2016-09-03 19:34:43 +00:00
[cheshire "5.6.3"]
2017-01-16 07:37:19 +00:00
[clj-rss "0.2.3"]
[clj-text-decoration "0.0.3"]
2017-01-16 07:37:19 +00:00
[crouton "0.1.2"]
[enlive "1.1.6"]
[hawk "0.2.11"]
[hiccup "1.0.5"]
2017-01-16 07:37:19 +00:00
[io.aviso/pretty "0.1.33"]
[me.raynes/fs "1.4.6"]
2016-12-04 06:21:22 +00:00
[pandect "0.6.1"]
2017-01-16 07:37:19 +00:00
[selmer "1.10.3"]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])