From 39cd1bdeaa7190e3ce055450cef00a16045eaa29 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Sat, 2 Mar 2013 12:43:06 +0100 Subject: [PATCH] 0.7.2 ls metadata --- src/main/ls/0.7.2.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/main/ls/0.7.2.json diff --git a/src/main/ls/0.7.2.json b/src/main/ls/0.7.2.json new file mode 100644 index 000000000..f004d3e82 --- /dev/null +++ b/src/main/ls/0.7.2.json @@ -0,0 +1,29 @@ +{ + "organization" : "net.virtual-void", + "name" : "sbt-dependency-graph", + "version" : "0.7.2", + "description" : "An sbt plugin to visualize dependencies of your build.", + "site" : "http://github.com/jrudolph/sbt-dependency-graph", + "tags" : [ "dependency", "graph", "sbt-plugin", "sbt" ], + "docs" : "http://github.com/jrudolph/sbt-dependency-graph", + "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ], + "dependencies" : [ { + "organization" : "org.scala-sbt", + "name" : "scripted-sbt", + "version" : "0.12.1" + }, { + "organization" : "org.scala-sbt", + "name" : "sbt-launch", + "version" : "0.12.1" + }, { + "organization" : "com.github.mdr", + "name" : "ascii-graphs", + "version" : "0.0.2" + } ], + "scalas" : [ "2.9.2" ], + "licenses" : [ { + "name" : "Apache License 2.0", + "url" : "https://github.com/jrudolph/sbt-dependency-graph/raw/master/LICENSE" + } ], + "sbt" : true +} \ No newline at end of file