cryogen-bootstrap/project.clj

16 lines
694 B
Clojure
Raw Normal View History

2019-11-23 11:43:40 +00:00
(defproject dda/cryogen-bootstrap "0.1.0-SNAPSHOT"
:description "bootstrap theme for cryogen"
2019-11-23 11:48:43 +00:00
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
2019-11-23 11:43:40 +00:00
:dependencies [[org.clojure/clojure "1.9.0"]
[ring/ring-devel "1.7.1"]
[compojure "1.6.1"]
[ring-server "0.5.0"]
[dda/cryogen-core "0.1.53"]
[dda/cryogen-markdown "0.1.6"]]
2019-11-23 11:48:43 +00:00
:repositories [["snapshots" :clojars]
["releases" :clojars]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])