{
    "title": "garlic_pizza_sauce",
    "id": "ad13d686eb",
    "table": [
        {
            "instructions": "pour the oil into a deep , heavy skillet over medium high heat .",
            "input": "oil",
            "actions": "pour",
            "output": "oil"
        },
        {
            "instructions": "add the onion and green_pepper",
            "input": "(oil; onion; green_pepper)",
            "actions": "add",
            "output": "onion and green pepper added to oil"
        },
        {
            "instructions": "cook , stirring frequently for about 5 minutes .",
            "input": "onion and green pepper in oil",
            "actions": "cook",
            "output": "cooked onion and green pepper"
        },
        {
            "instructions": "add the garlic",
            "input": "(cooked onion and green pepper; garlic)",
            "actions": "add",
            "output": "garlic into cooked onion and green pepper"
        },
        {
            "instructions": "stir until the vegetables are tender .",
            "input": "garlic into cooked onion and green pepper",
            "actions": "stir",
            "output": "cooked vegetables"
        },
        {
            "instructions": "add the water",
            "input": "(cooked vegetables; water)",
            "actions": "add",
            "output": "water added to cooked vegetables"
        },
        {
            "instructions": "then stir in the tomato_paste .",
            "input": "(cooked vegetables and water; tomato_paste)",
            "actions": "stir",
            "output": "tomato paste stirred in cooked vegetables with water"
        },
        {
            "instructions": "add basil , oregano , parsley",
            "input": "(basil; oregano; parsley; cooked vegetables and tomato paste)",
            "actions": "add",
            "output": "basil, oregano and parsley added to cooked vegetables and tomato paste"
        },
        {
            "instructions": "stir .",
            "input": "simmering garlic pizza sauce",
            "actions": "stir",
            "output": "stirred simmering garlic pizza sauce"
        },
        {
            "instructions": "lower the heat",
            "input": "simmering garlic pizza sauce",
            "actions": "lower",
            "output": "simmering garlic pizza sauce"
        },
        {
            "instructions": "add the salt and pepper to taste .",
            "input": "(simmering garlic pizza sauce; salt; pepper)",
            "actions": "add",
            "output": "seasoned garlic pizza sauce"
        }
    ],
    "ingredients": [
        {
            "text": "3 tablespoons olive oil"
        },
        {
            "text": "1 medium onion, finely diced"
        },
        {
            "text": "12 green pepper, minced"
        },
        {
            "text": "3 garlic cloves, minced fine"
        },
        {
            "text": "1 12 cups water"
        },
        {
            "text": "6 ounces tomato paste"
        },
        {
            "text": "12 teaspoon dried basil"
        },
        {
            "text": "12 teaspoon dried oregano"
        },
        {
            "text": "1 teaspoon dried parsley"
        },
        {
            "text": "salt and black pepper, to taste"
        }
    ],
    "recipe": [
        {
            "text": "Pour the oil into a deep, heavy skillet over medium high heat."
        },
        {
            "text": "Add the onion and green pepper and cook, stirring frequently for about 5 minutes."
        },
        {
            "text": "Add the garlic and continue to cook and stir until the vegetables are tender."
        },
        {
            "text": "Add the water and then stir in the tomato paste."
        },
        {
            "text": "Add basil, oregano, parsley and stir."
        },
        {
            "text": "Lower the heat and let simmer for about 5 minutes."
        },
        {
            "text": "Add the salt and pepper to taste."
        },
        {
            "text": "Let simmer, stirring often for about 30 minutes or until the sauce is very thick."
        }
    ]
}