This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/clj-browserchannel-server/project.clj

6 lines
328 B
Clojure
Raw Normal View History

2014-09-16 01:00:31 -04:00
(defproject net.thegeez/clj-browserchannel-server "0.0.6"
2012-04-07 15:02:35 -04:00
:description "BrowserChannel server implementation in Clojure"
:dependencies [[org.clojure/clojure "1.3.0"]
2014-09-16 01:00:31 -04:00
[ring/ring-core "1.2.2"]
[org.clojure/data.json "0.2.4"]]) ; still using deprecated json-str, need to port to write-str (?)