forked from nathaniellers/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bloody-mary.json
78 lines (78 loc) · 2.17 KB
/
bloody-mary.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "Bloody Mary",
"description": "The Bloody Mary is a vodka-soaked nutritional breakfast and hangover cure all in one",
"github": "hilsmann",
"ingredients": [
{
"quantity": "1",
"measure": "Lemon",
"ingredient": "wedge"
},
{
"quantity": "1",
"measure": "Lime",
"ingredient": "wedge"
},
{
"quantity": "2",
"measure": "oz",
"ingredient": "Vodka"
},
{
"quantity": "4",
"measure": "oz",
"ingredient": "Tomato juice"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "Tabasco sauce"
},
{
"quantity": "2",
"measure": "tsp",
"ingredient": "Prepared horseradish"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "Worcestershire sauce"
},
{
"quantity": "1",
"measure": "pinch",
"ingredient": "Celery salt"
},
{
"quantity": "1",
"measure": "pinch",
"ingredient": "Ground black pepper"
},
{
"quantity": "1",
"measure": "pinch",
"ingredient": "smoked paprika"
}
],
"directions": [
"Pour some celery salt onto a small plate.",
"Rub the juicy side of the lemon or lime wedge along the lip of a pint glass.",
"Roll the outer edge of the glass in celery salt until fully coated.",
"Fill with ice and set aside.",
"Squeeze the lemon and lime wedges into a shaker and drop them in.",
"Add the remaining ingredients and ice and shake gently.",
"Strain into the prepared glass.",
"Garnish with a parsley sprig, 2 speared green olives, and a lime wedge and a celery stalk (optional)."
],
"image": "bloody-mary.jpg",
"keywords": [
"vodka",
"tabasco",
"lemon",
"tomato juice",
"worcestershire sauce",
"alcoholic",
"savory",
"vegan"
]
}