22 lines
580 B
JSON
22 lines
580 B
JSON
{
|
|
"name": "grav-theme-labonneadresse",
|
|
"version": "1.0.0",
|
|
"description": "A theme for Grav using the Zurb Foundation front-end framework.",
|
|
"main": "gulpfile.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/brettdewoody/grav-theme-foundation.git"
|
|
},
|
|
"author": "Bachir Soussi Chiadmi",
|
|
"license": "MIT",
|
|
"homepage": "http://labonneadresse.graphics",
|
|
"devDependencies": {
|
|
"gulp": "latest",
|
|
"gulp-autoprefixer": "latest",
|
|
"gulp-jsmin": "latest",
|
|
"gulp-sass": "latest",
|
|
"gulp-watch": "latest"
|
|
},
|
|
"dependencies": {}
|
|
}
|