import from la bonne adresse and first refactoring for ouidade.com

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-19 11:25:19 +02:00
commit 344dae1543
2240 changed files with 288691 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "grav-theme-labonneadresse",
"description": "A theme for Grav using the Zurb Foundation front-end framework.",
"main": "gulpfile.js",
"authors": [
"Bachir Soussi Chiadmi"
],
"license": "MIT",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"foundation": "~5.5.3",
"imagesloaded": "^4.1.0"
},
"devDependencies": {
"masonry": "~3.3.2"
}
}