forked from jarohen/chord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
19 lines (15 loc) · 796 Bytes
/
Copy pathproject.clj
File metadata and controls
19 lines (15 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(defproject jarohen/chord "0.7.0-SNAPSHOT"
: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"]
[com.cemerick/url "0.1.1"]
[cheshire "5.5.0"]
[com.cognitect/transit-clj "0.8.275"]
[com.cognitect/transit-cljs "0.8.220"]
[org.clojure/data.fressian "0.2.0"]
[net.unit8/fressian-cljs "0.1.0"]])