package.json 580 B

123456789101112131415161718192021
  1. {
  2. "name": "grav-theme-labonneadresse",
  3. "version": "1.0.0",
  4. "description": "A theme for Grav using the Zurb Foundation front-end framework.",
  5. "main": "gulpfile.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/brettdewoody/grav-theme-foundation.git"
  9. },
  10. "author": "Bachir Soussi Chiadmi",
  11. "license": "MIT",
  12. "homepage": "http://labonneadresse.graphics",
  13. "devDependencies": {
  14. "gulp": "latest",
  15. "gulp-autoprefixer": "latest",
  16. "gulp-jsmin": "latest",
  17. "gulp-sass": "latest",
  18. "gulp-watch": "latest"
  19. },
  20. "dependencies": {}
  21. }