-
Notifications
You must be signed in to change notification settings - Fork 560
/
Copy pathbourbon-mule.json
45 lines (45 loc) · 1.28 KB
/
bourbon-mule.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
{
"name": "Bourbon Mule",
"description": "Mules are traditionally served in a copper mug, a handsome vessel that keeps them delightfully frigid.",
"github": "brittanyjoiner15",
"ingredients": [
{
"quantity": "1 1/2",
"measure": "ounces",
"ingredient": "bourbon"
},
{
"quantity": "1",
"measure": "tablespoon",
"ingredient": "fresh lime juice"
},
{
"quantity": "1/2",
"measure": "cup",
"ingredient": "light ginger beer, such as Fever-Tree Naturally Light"
},
{
"quantity": "1",
"measure": "",
"ingredient": "fresh mint sprig"
},
{
"quantity": "1",
"measure": "",
"ingredient": "lime slice"
}
],
"directions": [
"Combine bourbon and lime juice in a copper mug or highball glass.",
"Fill cup with ice. Add ginger beer; stir gently to combine.",
"Garnish with mint sprig and lime slice."
],
"image": "bourbon-mule.jpg",
"source": "https://www.cookinglight.com/recipes/bourbon-mule",
"keywords": [
"bourbon mule",
"ginger beer",
"bourbon",
"vegan"
]
}