-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.json
143 lines (143 loc) · 3.77 KB
/
menu.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[
{
"name": "Samourai kebab",
"price": 899,
"ingredients": ["mozzarella", "viande kebab", "oignons", "tomates fraîches", "sauce samourai"]
},
{
"name": "Saumoneta",
"price": 899,
"ingredients": ["mozzarella", "saumon", "oignons", "pommes de terre"]
},
{
"name": "savoureuse fondue",
"price": 1000,
"ingredients": ["lardons", "mélange fondue français", "mozzarella"]
},
{
"name": "authentique raclette",
"price": 1050,
"ingredients": ["bacon", "mozzarella", "oignons", "pomme de terre", "raclette française"]
},
{
"name": "généreuse avalanche",
"price": 1050,
"ingredients": ["mélange fondue français", "mozzarella", "reblochon"]
},
{
"name": "chèvre miel",
"price": 1000,
"ingredients": ["chèvre", "miel français", "mozzarella"]
},
{
"name": "urban kebab",
"price": 1000,
"ingredients": ["merguez", "mozzarella", "oignons", "sauce kebab", "viande kebab"]
},
{
"name": "bacon groovy",
"price": 1050,
"ingredients": ["bacon", "mozzarella", "oignons", "poulet rôti", "sauce bbq"]
},
{
"name": "savoyarde",
"price": 1050,
"ingredients": ["lardons", "mozzarella", "origan", "pomme de terre", "reblochon"]
},
{
"name": "diavola",
"price": 1000,
"ingredients": ["boulettes de boeuf assaisonnées", "mozzarella", "oignons", "piments jalapenos",
"poivrons mélangés"]
},
{
"name": "diavola pepperoni",
"price": 1000,
"ingredients": ["mozzarella", "oignons", "pepperoni", "piments jalapenos", "poivrons mélangés"]
},
{
"name": "hypnotika",
"price": 1000,
"ingredients": ["champignons", "crème fraîche légère française", "merguez", "mozzarella",
"poulet rôti"]
},
{
"name": "extravaganzza",
"price": 1050,
"ingredients": ["boulettes de boeuf assaisonnées", "champignons", "jambon", "mozzarella",
"oignons", "olives Kalamta", "pepperoni", "poivrons mélangés"]
},
{
"name": "4 fromages",
"price": 1050,
"ingredients": ["chèvre", "emmental français", "fourme d'ambert", "mozzarella"]
},
{
"name": "hawaïenne jambon",
"price": 1000,
"ingredients": ["ananas", "jambon", "mozzarella"]
},
{
"name": "hawaïenne poulet",
"price": 1000,
"ingredients": ["ananas", "mozzarella", "poulet rôti"]
},
{
"name": "indienne",
"price": 1000,
"ingredients": ["champignons", "emmental français", "mozzarella", "oignons", "poulet rôti"]
},
{
"name": "forestière",
"price": 1000,
"ingredients": ["champignons", "jambon", "lardons", "mozzarella", "oignons", "origan"]
},
{
"name": "cannibale",
"price": 1050,
"ingredients": ["boulettes de boeuf assaisonnées", "merguez", "mozzarella", "poulet rôti"]
},
{
"name": "deluxe",
"price": 850,
"ingredients": ["boulettes de boeuf assaisonnées", "champignons", "mozzarella", "oignons",
"poivrons mélangés"]
},
{
"name": "reine",
"price": 850,
"ingredients": ["champignons", "jambon", "mozzarella"]
},
{
"name": "steak & cheese",
"price": 850,
"ingredients": ["boulettes de boeuf assaisonnées", "mozzarella", "origan", "tomates fraîches"]
},
{
"name": "orientale",
"price": 850,
"ingredients": ["merguez", "mozzarella", "oignons", "poivrons mélangés"]
},
{
"name": "peppina",
"price": 850,
"ingredients": ["champignons", "mozzarella", "oignons", "olives kamalata", "origan",
"poivrons mélangés", "tomates fraîches"]
},
{
"name": "pêcheur",
"price": 850,
"ingredients": ["crème fraîche légère française", "mozzarella", "oignons", "olives kamalata",
"thon"]
},
{
"name": "basilica poulet",
"price": 1000,
"ingredients": ["mozzarella", "poulet rôti", "oignons", "tomates cerises marinées", "sauce basilic"]
},
{
"name": "basilica veggie",
"price": 1050,
"ingredients": ["mozzarella", "émincé végétal rôti", "oignons", "tomates cerises marinées", "sauce basilic"]
}
]