forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brunswick-cocktail.json
40 lines (40 loc) · 997 Bytes
/
brunswick-cocktail.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
{
"name": "Brunswick Cocktail",
"description": "Cocktail featuring wine floated over whiskey.",
"github": "ajciancimino",
"ingredients": [
{
"quantity": "2",
"measure": "parts",
"ingredient": "whiskey (Tennessee rye preferred)"
},
{
"quantity": "1/2",
"measure": "parts",
"ingredient": "simple syrup"
},
{
"quantity": "3/4",
"measure": "parts",
"ingredient": "lemon juice"
},
{
"quantity": "3/4",
"measure": "parts",
"ingredient": "red wine"
}
],
"directions": [
"Mix all ingredients but wine and shake w/ ice.",
"Strain into rocks glass over ice.",
"Float wine over mixture."
],
"image": "brunswick-cocktail.jpg",
"keywords": [
"wine",
"cocktail",
"alcoholic",
"whiskey",
"vegan"
]
}