-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathproject.clj
More file actions
19 lines (19 loc) · 792 Bytes
/
project.clj
File metadata and controls
19 lines (19 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(defproject lib-noir "0.9.9"
:description "Libraries from Noir for your enjoyment."
:url "https://github.com/noir-clojure/lib-noir"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo}
:dependencies [[org.clojure/clojure "1.6.0"]
[ring/ring-defaults "0.1.2"]
[cheshire "5.4.0"]
[ring "1.3.2"]
[compojure "1.3.3"]
[clout "2.1.1"]
[hiccup "1.0.5"]
[ring-middleware-format "0.5.0"]
[ring/ring-session-timeout "0.1.0"]
[clojurewerkz/scrypt "1.2.0"]]
:plugins [[codox "0.8.10"]
[lein-ancient "0.5.5"]]
:codox {:output-dir "doc"})