-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheinz_copycat_ketchup.json
50 lines (50 loc) · 1.13 KB
/
heinz_copycat_ketchup.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
{
"title" : "Heinz Copycat Ketchup",
"ingredients" : [
{
"amount" : "6",
"unit" : "oz",
"name" : "tomato paste (can)"
},
{
"amount" : "1⁄2",
"unit" : "cup",
"name" : "light corn syrup"
},
{
"amount" : "1⁄2",
"unit" : "cup",
"name" : "white vinegar"
},
{
"amount" : "1⁄4",
"unit" : "cup",
"name" : "water"
},
{
"amount" : "1",
"unit" : "tbsp",
"name" : "sugar"
},
{
"amount" : "1",
"unit" : "tsp",
"name" : "salt"
},
{
"amount" : "1⁄4",
"unit" : "tsp",
"name" : "onion powder"
},
{
"amount" : "1⁄8",
"unit" : "tsp",
"name" : "garlic powder"
}
],
"directions" : "1. Combine all ingredients in a medium saucepan over medium heat. Whisk until smooth.\n2. When mixture comes to boil, reduce heat and simmer for 20 minutes, stiring often.\n3. Remove pan from heat and cover until cool. Chil and store in a covered container.",
"notes" : "Yields 1 1⁄2 cups.",
"course" : "Side Dish",
"meal" : "Not specified",
"locale" : "en-US"
}