leiningen/leiningen-core/project.clj

18 lines
793 B
Clojure
Raw Normal View History

2014-09-22 11:19:10 +00:00
(defproject leiningen-core "2.5.1-SNAPSHOT"
:url "https://github.com/technomancy/leiningen"
2012-02-09 06:55:48 +00:00
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:description "Library for core functionality of Leiningen."
2014-03-26 12:31:20 +00:00
:dependencies [[org.clojure/clojure "1.6.0"]
[bultitude "0.2.6"]
[classlojure "0.6.6"]
[robert/hooke "1.3.0"]
[com.cemerick/pomegranate "0.3.0"]
[org.apache.maven.wagon/wagon-http "2.4"]
2013-07-30 14:01:35 +00:00
[com.hypirion/io "0.3.1"]
[pedantic "0.2.0"]]
:scm {:dir ".."}
:dev-resources-path "dev-resources"
:aliases {"bootstrap" ["with-profile" "base"
"do" "install," "classpath" ".lein-bootstrap"]})