summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-02-01 14:39:49 +0100
committerMathias <mathias@spray.cc>2012-02-01 14:39:49 +0100
commit23ba08be46c3d31b26528cb54e28f3516307484f (patch)
treec52624c383d2eff98f417d0fff7636ab01da76ab /src
parenteda1264a7b95d20d257876a074c94834d6939ac2 (diff)
downloadspray-json-23ba08be46c3d31b26528cb54e28f3516307484f.tar.gz
spray-json-23ba08be46c3d31b26528cb54e28f3516307484f.tar.bz2
spray-json-23ba08be46c3d31b26528cb54e28f3516307484f.zip
Add ls-sbt bits
Diffstat (limited to 'src')
-rw-r--r--src/main/ls/1.1.0.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/ls/1.1.0.json b/src/main/ls/1.1.0.json
new file mode 100644
index 0000000..9504e42
--- /dev/null
+++ b/src/main/ls/1.1.0.json
@@ -0,0 +1,22 @@
+
+{
+ "organization":"cc.spray",
+ "name":"spray-json",
+ "version":"1.1.0",
+ "description":"A Scala library for easy and idiomatic JSON (de)serialization",
+ "site":"https://github.com/spray/spray-json",
+ "tags":["json"],
+ "docs":"http://spray.github.com/spray/api/spray-json/",
+ "licenses": [{
+ "name": "Apache 2",
+ "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ }],
+ "resolvers": ["http://repo.spray.cc"],
+ "dependencies": [{
+ "organization":"org.parboiled",
+ "name": "parboiled-scala",
+ "version": "1.0.2"
+ }],
+ "scalas": ["2.9.1"],
+ "sbt": false
+} \ No newline at end of file