Created
September 16, 2011 08:38
-
-
Save richtaur/1221572 to your computer and use it in GitHub Desktop.
alfredo_pizza_crisps.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Alfredo Pizza Crisps", | |
"ingredients": [{ | |
"name": "mozzarella cheese", | |
"amount": 1, | |
"substitutes": null | |
}, { | |
"name": "fresh basil", | |
"amount": 1, | |
"substitutes": null | |
}, { | |
"name": "green peas", | |
"amount": 1, | |
"substitutes": null | |
}, { | |
"name": "alfredo sauce", | |
"amount": 1, | |
"substitutes": [ | |
"butter" | |
] | |
}, { | |
"name": "carmelized onions", | |
"amount": 1, | |
"substitutes": [] | |
}, { | |
"name": "prosciutto", | |
"amount": 1, | |
"substitutes": [ | |
"ham" | |
] | |
}, { | |
"name": "biscuits", | |
"amount": 1, | |
"substitutes": [ | |
"ham" | |
] | |
}], | |
"instructions": [ | |
"Slice the biscuits into thin strips.", | |
"Put on the meat and carmelized onions.", | |
"Add the alfredo sauce, green peas and fresh basil.", | |
"Top with cheese.", | |
"Bake for 10 minutes or until biscuits golden brown." | |
], | |
"allergies": [ | |
"dairy" | |
], | |
"calories": 0, | |
"preparationTime": 0, | |
"cooking": { | |
"preheatTemperature": 350, | |
"time": 0, | |
"type": "baking" | |
}, | |
"servings": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment