We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d028f34 commit 6198a71Copy full SHA for 6198a71
project.clj
@@ -1,4 +1,12 @@
1
(defproject binaryage/dirac "0.1.0"
2
+ :description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
3
+ :url "https://github.com/binaryage/dirac"
4
+ :license {:name "MIT License"
5
+ :url "http://opensource.org/licenses/MIT"
6
+ :distribution :repo}
7
+ :scm {:name "git"
8
+ :url "https://github.com/binaryage/dirac"}
9
+
10
:dependencies [[org.clojure/clojure "1.7.0"]
11
[org.clojure/clojurescript "1.7.170"]
12
[org.clojure/core.async "0.2.374"]
0 commit comments