-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbacon-dressing.json
63 lines (63 loc) · 1.19 KB
/
bacon-dressing.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"author": "Felker family",
"recipe": "Bacon Dressing",
"spec": "v0.1.0",
"tags": "dressing, salad, bacon",
"servings": 6,
"prelude": {
"description": "A sweet and salty dressing for salad."
},
"steps": [{
"description": "Cook the bacon until well-done. It should be fairly crunchy.",
"ingredients": [{
"item": "Bacon",
"amount": 6,
"unit": ""
}],
"equipment": [{
"item": "Pan"
}, {
"item": "Stove"
}],
"prepTime": {
"amount": 0,
"unit": "minutes"
},
"cookTime": {
"amount": 8,
"unit": "minutes"
}
}, {
"description": "Break egg and mix ingredients in a mixing bowl until they are thoroughly mixed.",
"ingredients": [{
"item": "Egg",
"amount": 1,
"unit": ""
}, {
"item": "Flour",
"amount": 1,
"unit": "tablespoon"
}, {
"item": "Sugar",
"amount": 3,
"unit": "tablespoon"
}, {
"item": "Vinegar",
"amount": 4,
"unit": "tablespoon"
}],
"equipment": [{
"item": "Mixing bowl"
}],
"cookTime": {
"amount": 6,
"unit": "minute"
}
}, {
"description": "Add bacon to mixture, cook while stirring thoroughly to prevent eggs scrambling.",
"cookTime": {
"amount": 12,
"unit": "minute"
}
}]
}