forked from alfg/opendrinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboulevardier.json
38 lines (38 loc) · 1.04 KB
/
boulevardier.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
{
"name": "Boulevardier",
"description": "The Negroni but with bourbon! This strange creation is surprisingly brilliant and a wonderful choice if you’re interested in trying a new take on a traditional favorite.",
"github": "Chrispy404",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "Bourbon"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Campari"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Sweet Vermouth"
},
{
"quantity": "",
"measure": "",
"ingredient": "Orange peel"
}
],
"directions": [
"Combine the spirits into a mixing glass with ice. Stir until chilled. Strain into a coup glass without ice.",
"Garnish with an orange peel."
],
"image": "boulevardier.jpg",
"keywords": [
"negroni",
"italian",
"bourbon",
"vegan"
]
}