forked from intronic/adi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.clj
41 lines (36 loc) · 1.69 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
30
31
32
33
34
35
36
37
38
39
40
41
(defproject im.chit/adi "0.3.5"
:description "simplify data connectivity"
:url "https://www.github.com/zcaudate/spirit"
:license {:name "The MIT License"
:url "http://http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.8.0"]
[im.chit/hara.common "2.2.17"]
[im.chit/hara.component "2.2.17"]
[im.chit/hara.data "2.2.17"]
[im.chit/hara.event "2.2.17"]
[im.chit/hara.function "2.2.17"]
[im.chit/hara.string "2.2.17"]
[inflections "0.9.14"]]
:publish {:theme "stark"
:template {:site "spirit"
:author "Chris Zheng"
:email "[email protected]"
:icon "favicon"
:tracking-enabled "true"
:tracking "UA-31320512-2"}
:files {"index"
{:template "home.html"
:input "test/documentation/home_spirit.clj"
:title "spirit"
:subtitle "simplify data connectivity"}}}
:distribute {:jars :dependencies
:files [{:type :clojure
:levels 1
:path "src"}]}
:profiles {:dev {:plugins [[lein-midje "3.1.3"]]
:dependencies [[com.datomic/datomic-free "0.9.5561" :exclusions [joda-time]]
[im.chit/hara.test "2.5.2"]
[midje "1.8.3"]
[clj-time "0.11.0"]
[me.raynes/fs "1.4.6"]
[cheshire "5.2.0"]]}})