package.json 558 B

1234567891011121314151617181920
  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": "^3.9.1",
  15. "gulp-autoprefixer": "^3.1.0",
  16. "gulp-jsmin": "^0.1.5",
  17. "gulp-sass": "^2.0.1",
  18. "gulp-watch": "^4.2.4"
  19. }
  20. }