-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathbijou.json
47 lines (47 loc) · 1.2 KB
/
bijou.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
{
"name": "Bijou",
"description": "Pronounced Bee-Jew, this is a somewhat drier version of the classic cocktail included in the Harry Johnson's Bartender Manual from 1900",
"github": "cary-williams",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "dry Gin"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Chartreuse"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "Sweet Vermouth"
},
{
"quantity": "1",
"measure": "dash",
"ingredient": "Orange Bitters"
},
{
"quantity": "1",
"measure": "piece",
"ingredient": "Lemon Peel"
}
],
"directions": [
"Combine in a mixing glass and fill with cracked ice",
"Stir for 20 seconds",
"Strain into a chilled cocktail glass.",
"Garnish with a twist of lemon peel over the drink."
],
"image": "bijou.jpg",
"keywords": [
"gin",
"vermouth",
"alcoholic",
"simple",
"chartreuse",
"dry"
]
}