37 lines
910 B
JavaScript
37 lines
910 B
JavaScript
module.exports = require("../helpers")({
|
|
title: "",
|
|
timings: {
|
|
prep: " min",
|
|
cook: " hours",
|
|
},
|
|
icons: ["gluten-free", "low-carb", "overnight", "vegetarian"],
|
|
servings: ,
|
|
description: "",
|
|
steps: [{
|
|
ingredients: [
|
|
{ amount: , unit: "", item: "" },
|
|
{ amount: , unit: "", item: "" },
|
|
{ amount: , unit: "", item: "" },
|
|
],
|
|
directions: ""
|
|
}, {
|
|
ingredients: [
|
|
{ amount: , unit: "", item: "" },
|
|
{ amount: , unit: "", item: "" },
|
|
{ amount: , unit: "", item: "" },
|
|
],
|
|
directions: ""
|
|
}, {
|
|
ingredients: [
|
|
{ amount: , unit: "", item: "" },
|
|
{ amount: , unit: "", item: "" },
|
|
{ amount: , unit: "", item: "" },
|
|
],
|
|
directions: ""
|
|
}],
|
|
credit: {
|
|
name: "",
|
|
url: ""
|
|
}
|
|
})
|