-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
23 lines (22 loc) · 931 Bytes
/
project.clj
File metadata and controls
23 lines (22 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(defproject dashboard "0.0.4"
:description "Dashboard"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[compojure "0.5.3"]
[hiccup "0.3.1"]
[sandbar "0.3.3"]
[ring/ring-core "0.3.5"]
[ring/ring-devel "0.3.5"]
[ring/ring-jetty-adapter "0.3.5"]
[ring/ring-httpcore-adapter "0.3.5"]
[congomongo "0.1.3-SNAPSHOT"]
[com.draines/postal "1.4.0-SNAPSHOT"]
[org.clojars.hozumi/mongodb-session "1.0.1"]
[lein-daemon "0.2.1"]
[enlive "1.0.0-SNAPSHOT"]
[clj-http "0.1.3"]]
:dev-dependencies [[lein-daemon "0.2.1"]
[swank-clojure "1.2.1"]
[radagast "1.0.0"]]
:jvm-opts ["-Xms8m" "-Xmx64m"])
(load-file "load-sites.clj")