websockify/other/project.clj

15 lines
470 B
Clojure
Raw Normal View History

(defproject websockify "1.0.0-SNAPSHOT"
:description "Websockify"
:dependencies [[org.clojure/clojure "1.2.1"]
[aleph "0.2.0"]
[ring/ring-jetty-adapter "1.0.0-beta2"]
;[ring-json-params "0.1.3"]
[compojure "0.6.5"]
;[commons-codec/commons-codec "1.4"]
;[clj-base64 "0.0.0-SNAPSHOT"]
]
; :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]]
)