mirror of https://github.com/sbt/sbt.git
34 lines
634 B
JSON
34 lines
634 B
JSON
{
|
|
"types": [
|
|
{
|
|
"name": "Info",
|
|
"namespace": "lmcoursier.definitions",
|
|
"target": "Scala",
|
|
"parents": [],
|
|
"type": "record",
|
|
"fields": [
|
|
{
|
|
"name": "description",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"name": "homePage",
|
|
"type": "String"
|
|
},
|
|
{
|
|
"name": "licenses",
|
|
"type": "Seq[(String, Option[String])]"
|
|
},
|
|
{
|
|
"name": "developers",
|
|
"type": "Seq[Developer]"
|
|
},
|
|
{
|
|
"name": "publication",
|
|
"type": "Option[DateTime]"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|