23 lines
468 B
JSON
23 lines
468 B
JSON
|
{
|
||
|
"builders": [
|
||
|
{
|
||
|
"name":"chocolate",
|
||
|
"type":"file",
|
||
|
"content":"chocolate",
|
||
|
"target":"chocolate.txt"
|
||
|
},
|
||
|
{
|
||
|
"name":"vanilla",
|
||
|
"type":"file",
|
||
|
"content":"vanilla",
|
||
|
"target":"vanilla.txt"
|
||
|
},
|
||
|
{
|
||
|
"name":"cherry",
|
||
|
"type":"file",
|
||
|
"content":"cherry",
|
||
|
"target":"cherry.txt"
|
||
|
}
|
||
|
]
|
||
|
}
|