forked from emlyn/MrsDoyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.clj
21 lines (21 loc) · 913 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(defproject mrs-doyle-jr "0.1.0"
:description "Port of Mrs Doyle (https://AdamClements/MrsDoyle) to clojure"
:url "https://github.com/emlyn/MrsDoyle"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[clj-base64 "0.0.2"]
[quit-yo-jibber "0.4.3"]
[overtone/at-at "1.1.1"]
[congomongo "0.4.1"]
[jivesoftware/smack "3.1.0"]
[compojure "1.1.5"]
[ring/ring-jetty-adapter "1.1.8"]
[clj-time "0.5.0"]
[irclj "0.5.0-alpha2"]
[server-socket "1.0.0"]
[emlyn/timbre "1.6.1"]]
:profiles {:dev
{:dependencies [[midje "1.5-alpha10"]]
:plugins [[lein-midje "3.0-alpha4"]]}}
:main mrs-doyle-jr.core)