-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathproject.clj
More file actions
18 lines (14 loc) · 743 Bytes
/
Copy pathproject.clj
File metadata and controls
18 lines (14 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(defproject jarohen/chord "0.8.1"
:description "A library to bridge the gap between CLJ/CLJS, web-sockets and core.async"
:url "https://github.com/james-henderson/chord.git"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
[http-kit "2.1.19"]
[org.clojure/tools.reader "0.9.2"]
[cheshire "5.5.0"]
[com.cognitect/transit-clj "0.8.275"]
[com.cognitect/transit-cljs "0.8.220"]
[org.clojure/data.fressian "0.2.1"]
[net.unit8/fressian-cljs "0.2.0"]])