From f96bf0545e4ccfabe2c95c683eaa0698ab27bdee Mon Sep 17 00:00:00 2001 From: softprops Date: Tue, 8 Jul 2014 00:29:52 -0400 Subject: [PATCH] ls data --- src/main/ls/0.1.2.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main/ls/0.1.2.json diff --git a/src/main/ls/0.1.2.json b/src/main/ls/0.1.2.json new file mode 100644 index 0000000..e98b2d0 --- /dev/null +++ b/src/main/ls/0.1.2.json @@ -0,0 +1,25 @@ +{ + "organization" : "me.lessis", + "name" : "bintray-sbt", + "version" : "0.1.2", + "description" : "package publisher for bintray.com", + "site" : "", + "tags" : [ ], + "docs" : "", + "resolvers" : [ "http://dl.bintray.com/content/sbt/sbt-plugin-releases" ], + "dependencies" : [ { + "organization" : "me.lessis", + "name" : "bintry", + "version" : "0.3.0" + }, { + "organization" : "org.slf4j", + "name" : "slf4j-nop", + "version" : "1.7.7" + } ], + "scalas" : [ "2.10.4" ], + "licenses" : [ { + "name" : "MIT", + "url" : "https://github.com/softprops/bintray-sbt/blob/0.1.2/LICENSE" + } ], + "sbt" : true +} \ No newline at end of file