forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbreakfast-martini.json
49 lines (47 loc) · 1.14 KB
/
breakfast-martini.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
{
"name": "Breakfast Martini",
"description": "Not strictly a Martini, merely served in a V-shaped Martini glass, this now world-famous cocktail was created in 1996 by bartender, raconteur and long term President of the United Kingdom Bartender's Guild, Salvatore Calabrese.",
"github": "Donearm",
"ingredients": [
{
"quantity": "50",
"measure": "ml",
"ingredient": "gin"
},
{
"quantity": "20",
"measure": "ml",
"ingredient": "triple sec/cointreau"
},
{
"quantity": "20",
"measure": "mli",
"ingredient": "lemon juice"
},
{
"quantity": "1",
"measure": "tablespoon",
"ingredient": "orange marmalade"
},
{
"quantity": "1",
"measure": "slice",
"ingredient": "toast"
}
],
"directions": [
"Stir with ice.",
"Strain into a martini glass.",
"Garnish with a slice of a toast."
],
"image": "breakfast-martini.jpg",
"keywords": [
"gin",
"triple sec",
"cointreau",
"lemon juice",
"orange marmalade",
"toast",
"alcoholic"
]
}