-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathbellini.json
34 lines (34 loc) · 893 Bytes
/
bellini.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
{
"name": "Bellini",
"description": "Bellini is a sparkling Italian cocktail.",
"github": "forsas",
"ingredients": [
{
"quantity": "2",
"measure": "fl oz",
"ingredient": "peach juice"
},
{
"quantity": "4",
"measure": "fl oz",
"ingredient": "chilled sparkling wine"
},
{
"quantity": "1",
"measure": "tablespoon",
"ingredient": "raspberry juice"
}
],
"directions": [
"Pour peach juice into a champagne flute.",
"Slowly pour sparkling wine over peach juice; let sit until liquids have blended for one minute.",
"Pour raspberry juice over champagne mixture."
],
"image": "bellini.jpg",
"keywords":[
"cocktail",
"alcoholic",
"fruit",
"vegan"
]
}