28 lines
750 B
JSON
28 lines
750 B
JSON
{
|
|
projet" :
|
|
{
|
|
"nomProjet" : "nomProjet",
|
|
"librairies" : [
|
|
{
|
|
"nomLib" : "nomLib1",
|
|
"version" : 1.5,
|
|
"description" : "description1"
|
|
},
|
|
{
|
|
"nomLib" : "nomLib2",
|
|
"version" : 1.6,
|
|
"description" : "description2"
|
|
}
|
|
],
|
|
"servers" : [
|
|
{
|
|
"nomServer" : "nomServer1",
|
|
"url" : "urlbidon.com"
|
|
},
|
|
{
|
|
"nomServer" : "nomServer2",
|
|
"url" : "urlbidon2.com"
|
|
}
|
|
]
|
|
}
|
|
}
|