This is a web application that checks a projects dependencies Gemnasium style. The live version is running on Heroku at:
To run your own copy, or hack on the project first clone the repository, and then start the application from the REPL.
$> lein repl
clj-deps.core=> (use 'dev)
clj-deps.core=> (start)
This will start a web server on port 9001 by default. Or you can also start using Leiningen.
lein run 9001