Skip to content

Instantly share code, notes, and snippets.

@richtaur
Created September 16, 2011 08:38
Show Gist options
  • Save richtaur/1221572 to your computer and use it in GitHub Desktop.
Save richtaur/1221572 to your computer and use it in GitHub Desktop.
alfredo_pizza_crisps.js
{
"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