forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bobby-burns.json
42 lines (40 loc) · 944 Bytes
/
bobby-burns.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
{
"name": "Bobby Burns",
"description": "A whisky-based cocktail named after the scottish poet and lyricist.",
"github": "Donearm",
"ingredients": [
{
"quantity": "60",
"measure": "ml",
"ingredient": "scotch whisky"
},
{
"quantity": "30",
"measure": "ml",
"ingredient": "sweet vermouth"
},
{
"quantity": "10",
"measure": "ml",
"ingredient": "benedictine D.O.M."
},
{
"quantity": "1",
"measure": "",
"ingredient": "lemon twist"
}
],
"directions": [
"Combine ingredients in a shaker and shake with ice until chilled.",
"Fine strain into a cocktail glass.",
"Garnish with a lemon twist."
],
"image": "bobby-burns.jpg",
"keywords": [
"alcoholic",
"whisky",
"sweet vermouth",
"benedictine dom",
"lemon"
]
}