1234567891011121314151617181920212223242526 |
- {
- "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": "latest",
- "imagesloaded": "latest",
- "masonry": "latest",
- "isotope": "latest"
- },
- "devDependencies": {
- }
- }
|