-
Notifications
You must be signed in to change notification settings - Fork 558
/
Copy pathbentley.json
37 lines (35 loc) · 1.06 KB
/
bentley.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
{
"name": "Bentley",
"description": "This cocktail invented in 1920's in London refers to the famous brand of luxe car. It is referenced in Savoy Cocktail Book from 1930. The legend says that the Bentley Boys (rich and famous British drivers) invented this drink after a win at 24h Le Mans.",
"github": "Ludoo0d0a",
"ingredients": [
{
"quantity": "45",
"measure": "ml",
"ingredient": "applejack (or calvados)"
},
{
"quantity": "45",
"measure": "ml",
"ingredient": "Red Dubonnet"
},
{
"quantity": "2",
"measure": "dashes",
"ingredient": "Peychaud's Bitters, optional (or bitter orange)"
}
],
"directions": [
"Pour ingredients in a shaker, add ice and shake.",
"Strain into an old fashioned glass.",
"Decorate with orange peel."
],
"image": "bentley.jpg",
"keywords": [
"alcoholic",
"applejack",
"calvados",
"dubonnet",
"bentley"
]
}