forked from nilenso/regarde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.clj
29 lines (29 loc) · 1.24 KB
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(defproject regarde "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://regarde.herokuapp.com"
:license {:name "FIXME: choose"
:url "http://example.com/FIXME"}
:dependencies [[org.clojure/clojure "1.5.1"]
[compojure "1.1.1"]
[ring/ring-jetty-adapter "1.1.0"]
[ring/ring-devel "1.1.0"]
[ring-basic-authentication "1.0.1"]
[environ "0.2.1"]
[expectations "1.4.52"]
[enlive "1.1.4"]
[com.cemerick/drawbridge "0.0.6"]
[org.clojure/java.jdbc "0.3.0-beta1"]
[korma "0.3.0-RC6"]
[org.postgresql/postgresql "9.3-1100-jdbc4"]
[nilenso/clj-oauth2 "0.3.3-SNAPSHOT"]
[expectations "1.4.52"]
[org.clojure/math.numeric-tower "0.0.2"]
[ragtime "0.3.6"]]
:min-lein-version "2.0.0"
:plugins [[environ/environ.lein "0.2.1"]
[lein-expectations "0.0.7"]
[ragtime/ragtime.lein "0.3.6"]]
:hooks [environ.leiningen.hooks]
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:profiles {:production {:env {:production true}}
:dev {:env {:development true}}})