summaryrefslogtreecommitdiff
path: root/src/main/ls/1.2.json
blob: d085d9927b6e10bcff6922381978a88e35a644e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "organization" : "io.spray",
  "name" : "spray-json",
  "version" : "1.2",
  "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/",
  "resolvers" : [ "http://repo.spray.io" ],
  "dependencies" : [ {
    "organization" : "org.parboiled",
    "name" : "parboiled-scala",
    "version" : "1.1.1"
  } ],
  "scalas" : [ "2.9.2" ],
  "licenses" : [ {
    "name" : "Apache 2",
    "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt"
  } ],
  "sbt" : false
}