-
Notifications
You must be signed in to change notification settings - Fork 31
/
project.clj
21 lines (18 loc) · 961 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 com.cemerick/austin "0.1.7-SNAPSHOT"
:description "The ClojureScript browser-repl, rebuilt stronger, faster, easier."
:url "http://github.com/cemerick/austin"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:min-lein-version "2.0.0"
:source-paths ["src/clj"]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-2665"]
[com.cemerick/piggieback "0.1.5"]]
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
:repositories {"oss-public" "https://oss.sonatype.org/content/groups/public/"}
:scm {:url "git@github.com:cemerick/austin.git"}
:pom-addition [:developers [:developer
[:name "Chas Emerick"]
[:url "http://cemerick.com"]
[:email "chas@cemerick.com"]
[:timezone "-5"]]])