forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboomerang.json
53 lines (51 loc) · 1.23 KB
/
boomerang.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
53
{
"name": "Boomerang",
"description": "A cocktail dating back to the early 1900s, popularized in the 'Official Mixer's Manual'.",
"github": "Donearm",
"ingredients": [
{
"quantity": "30",
"measure": "ml",
"ingredient": "rye whisky"
},
{
"quantity": "30",
"measure": "ml",
"ingredient": "dry vermouth"
},
{
"quantity": "30",
"measure": "ml",
"ingredient": "swedish punsch"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "Angostura bitters"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "lemon juice"
},
{
"quantity": "1",
"measure": "",
"ingredient": "maraschino cherry"
}
],
"directions": [
"Combine ingredients in a shaker and shake with ice until chilled.",
"Fine strain into a cocktail glass.",
"Garnish with a Maraschino cherry."
],
"image": "boomerang.jpg",
"keywords": [
"alcoholic",
"whisky",
"dry vermouth",
"punsch",
"angostura bitters",
"lemon"
]
}