Is it possible to grab the project information within the clojure repl?
For example, if there was a project defined:
(defproject blahproject \"0.1.2\
Leiningen project files are just Clojure data :)
(-> "/path/to/project.clj" slurp read-string (nth 2))