forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrandy-wine-punch.json
52 lines (52 loc) · 1.13 KB
/
brandy-wine-punch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "Brandy Wine Punch",
"description": "Brandy, Wine and soda makes a special drink",
"github": "bookish",
"ingredients": [{
"quantity": "3",
"measure": "whole",
"ingredient": "oranges"
},
{
"quantity": "1",
"measure": "whole",
"ingredient": "lemon"
},
{
"quantity": "2",
"measure": "whole",
"ingredient": "honey dew melons"
},
{
"quantity": "2",
"measure": "glasses",
"ingredient": "brandy"
},
{
"quantity": "1",
"measure": "litre bottle",
"ingredient": "club soda"
},
{
"quantity": "2",
"measure": "bottles",
"ingredient": "red wine"
},
{
"quantity": "11",
"measure": "tbsp.",
"ingredient": "sugar"
}
],
"directions": [
"Slice the oranges and lemons.",
"Cut the melons into 1/2 in chunks.",
"Pour the brandy, wine and soda into a large punch bowl.",
"Add the cut fruit and the sugar to the bowl.",
"Stir the punch, pour into a glass and enjoy!"
],
"image": "brandy-wine-punch.jpg",
"keywords": [
"brandy", "red wine", "soda", "lemon", "melon", "alcoholic", "fruit", "orange", "sugar"
]
}