diff --git a/src/main/ls/0.5.2.json b/src/main/ls/0.5.2.json new file mode 100644 index 000000000..895322b6a --- /dev/null +++ b/src/main/ls/0.5.2.json @@ -0,0 +1,18 @@ + +{ + "organization":"net.virtualvoid", + "name":"sbt-dependency-graph", + "version":"0.5.2", + "description":"An sbt plugin which allows to create a graphml file from the dependencies of the project.", + "site":"http://github.com/jrudolph/sbt-dependency-graph", + "tags":["dependency","graph","sbt-plugin","sbt"], + "docs":"http://github.com/jrudolph/sbt-dependency-graph", + "licenses": [{ + "name": "Apache License 2.0", + "url": "https://github.com/jrudolph/sbt-dependency-graph/raw/master/LICENSE" + }], + "resolvers": ["http://scala-tools.org/repo-releases"], + "dependencies": [], + "scalas": ["2.9.1"], + "sbt": true +} \ No newline at end of file