-
Notifications
You must be signed in to change notification settings - Fork 561
/
Copy pathaviation.json
38 lines (38 loc) · 1.04 KB
/
aviation.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": "Aviation",
"description": "A classic cocktail made with gin, maraschino liqueur, creme de violette (optional), and lemon juice. This drink is meant to be served straight, and in a cocktail glass.",
"github": "hganavak",
"ingredients": [
{
"quantity": "45",
"measure": "ml",
"ingredient": "gin"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "lemon juice"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "maraschino liqueur"
},
{
"quantity": "15",
"measure": "ml",
"ingredient": "creme de violette (optional)"
}
],
"directions": [
"Add all ingredients into a cocktail shaker filled with ice.",
"Shake well and strain into a cocktail glass.",
"Garnish with a cherry."
],
"image": "aviation.jpg",
"keywords": [
"alcoholic",
"citrus",
"fruit"
]
}