2018-11-11 20:03:16 +00:00
|
|
|
(defproject metosin/reitit-frontend "0.2.7"
|
2018-01-12 09:04:44 +00:00
|
|
|
:description "Reitit: Clojurescript frontend routing core"
|
|
|
|
|
:url "https://github.com/metosin/reitit"
|
|
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
2018-09-04 16:21:07 +00:00
|
|
|
:scm {:name "git"
|
|
|
|
|
:url "https://github.com/metosin/reitit"}
|
2018-01-12 09:04:44 +00:00
|
|
|
:plugins [[lein-parent "0.3.2"]]
|
|
|
|
|
:parent-project {:path "../../project.clj"
|
|
|
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
|
|
|
|
:dependencies [[metosin/reitit-core]])
|