-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.clj
19 lines (19 loc) · 922 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(defproject walton "0.5.4"
:description "Walton will traverse caves filled with snakes to find you example clojure code containing the function you desire."
:url "http://getclojure.org:8080/examples/concat"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[clj-sandbox/clj-sandbox "0.3.1"]
[ring/ring-jetty-adapter "0.2.0"]
[ring "0.2.0"]
[hiccup "0.2.3"]
[net.cgrand/moustache "1.0.0-SNAPSHOT"]
[enlive "1.0.0-SNAPSHOT"]
[org.danlarkin/clojure-json "1.1-SNAPSHOT"]
[irclj "0.2.0-1.1-SNAPSHOT"]]
:dev-dependencies [[swank-clojure "1.2.0-SNAPSHOT"]
[leiningen/lein-swank "1.2.0-SNAPSHOT"]
[autodoc "0.7.0"]]
:main walton.core
:resources-path "resources"
:namespaces [walton.core])