re-frame-10x/project.clj

9 lines
366 B
Clojure
Raw Normal View History

2016-11-06 03:50:51 +00:00
(defproject day8.re-frame/trace "0.0.1-SNAPSHOT"
:description "Tracing and developer tools for re-frame apps"
:url "https://github.com/Day8/re-frame-trace"
:license {:name "MIT"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.227"]
[reagent "0.6.0"]]
)