-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.json
48 lines (48 loc) · 930 Bytes
/
config.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
{
"title": "Cocoa-Biscuit Cake with Marshmallow-Cheese Creme",
"parts": [
"Ground",
"Marshmallow-Cheese Creme"
],
"ingredients": {
"biscuits": 280,
"cocoaPowder": 20,
"butter": 120,
"marshmallows": 120,
"creamCheese": 160,
"milk": 120,
"lemonJuice": 1
},
"tools": [
"cake tin",
"cup",
"whisk",
"teaspoon"
],
"tinSize": 26,
"devices": [
"oven",
"microwave",
"fridge"
],
"settings": {
"oven": 180,
"microwave": 600
},
"timings": {
"fridge": [
10,
60
],
"oven": 15,
"microwave": 1
},
"units" : {
"ingredients": "g",
"tinSize": "cm",
"oven": "°C",
"microwave": "Watts",
"lemonJuice": "Teaspoon",
"timings": "Minutes"
}
}