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
269 B
Clojure
Raw Normal View History

(defproject net.thegeez/clj-browserchannel-server "0.0.3"
2012-04-07 15:02:35 -04:00
:description "BrowserChannel server implementation in Clojure"
:dependencies [[org.clojure/clojure "1.3.0"]
[ring/ring-core "1.1.0-beta3"]
[org.clojure/data.json "0.1.3"]])