Add project.clj

This commit is contained in:
Daniel Compton 2016-11-06 16:50:51 +13:00
parent 04e8dea3b8
commit 6bf1648187
1 changed files with 8 additions and 0 deletions

8
project.clj Normal file
View File

@ -0,0 +1,8 @@
(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"]]
)