reitit/modules/reitit-dev/project.clj

15 lines
608 B
Clojure
Raw Normal View History

2019-05-16 04:03:17 +00:00
(defproject metosin/reitit-dev "0.3.3"
:description "Snappy data-driven router for Clojure(Script)"
:url "https://github.com/metosin/reitit"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git"
:url "https://github.com/metosin/reitit"}
:plugins [[lein-parent "0.3.2"]]
:parent-project {:path "../../project.clj"
:inherit [:deploy-repositories :managed-dependencies]}
:dependencies [[metosin/reitit-core]
2019-04-20 02:39:45 +00:00
[com.bhauman/spell-spec]
[expound]
[fipp]])