-
Notifications
You must be signed in to change notification settings - Fork 208
/
Copy pathingredients.json
63 lines (63 loc) · 2.93 KB
/
ingredients.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
[
{"name": "avocado", "where": "produce"},
{"name": "basmati rice", "where": "grains"},
{"name": "bell peppers", "where": "produce"},
{"name": "black pepper", "where": "spices"},
{"name": "broccoli", "where": "produce"},
{"name": "brown rice", "where": "grains"},
{"name": "butter", "where": "dairy"},
{"name": "caesar dressing", "where": "condiments"},
{"name": "carrots", "where": "produce"},
{"name": "cayenne pepper", "where": "spices"},
{"name": "celery", "where": "produce"},
{"name": "cheddar cheese", "where": "dairy"},
{"name": "chicken breasts", "where": "meat"},
{"name": "cilantro", "where": "produce"},
{"name": "coconut milk", "where": "canned goods"},
{"name": "croutons", "where": "breads/crackers"},
{"name": "crushed tomatoes", "where": "canned goods"},
{"name": "curry powder", "where": "spices"},
{"name": "dried basil", "where": "spices"},
{"name": "dried oregano", "where": "spices"},
{"name": "fresh basil leaves", "where": "produce"},
{"name": "fresh dill", "where": "produce"},
{"name": "fresh mozzarella", "where": "dairy"},
{"name": "garlic", "where": "produce"},
{"name": "ginger", "where": "produce"},
{"name": "green beans", "where": "produce"},
{"name": "green onions", "where": "produce"},
{"name": "ground beef", "where": "meat"},
{"name": "guacamole", "where": "produce"},
{"name": "italian seasoning", "where": "spices"},
{"name": "kidney beans", "where": "canned goods"},
{"name": "lemon juice", "where": "produce"},
{"name": "lemon", "where": "produce"},
{"name": "lettuce", "where": "produce"},
{"name": "linguine", "where": "pasta"},
{"name": "mixed vegetables", "where": "produce"},
{"name": "olive oil", "where": "condiments/oils"},
{"name": "onion", "where": "produce"},
{"name": "parmesan cheese", "where": "dairy"},
{"name": "parsley", "where": "produce"},
{"name": "pasta", "where": "pasta"},
{"name": "pizza dough", "where": "dairy/refrigerated"},
{"name": "red pepper flakes", "where": "spices"},
{"name": "romaine lettuce", "where": "produce"},
{"name": "salmon fillets", "where": "seafood"},
{"name": "salsa", "where": "condiments"},
{"name": "salt", "where": "spices"},
{"name": "sesame oil", "where": "condiments/oils"},
{"name": "shrimp", "where": "seafood"},
{"name": "sour cream", "where": "dairy"},
{"name": "soy sauce", "where": "condiments"},
{"name": "spaghetti", "where": "pasta"},
{"name": "taco seasoning", "where": "spices"},
{"name": "tofu", "where": "produce"},
{"name": "tomato paste", "where": "canned goods"},
{"name": "tomatoes", "where": "produce"},
{"name": "tortillas", "where": "breads/crackers"},
{"name": "turmeric", "where": "spices"},
{"name": "vegetable broth", "where": "canned goods"},
{"name": "white wine", "where": "alcohol"},
{"name": "zucchini", "where": "produce"}
]