package.json 637 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "ola-2",
  3. "version": "1.0.0",
  4. "description": "Documentation tool for OLA#2 workshop",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://g-u-i.me/gogs/bachir/ola2doc"
  12. },
  13. "author": "Bachir Soussi Chiadmi, Raphaël Bastide, Sarah Garcin",
  14. "license": "GPL-3.0",
  15. "dependencies": {
  16. "node-sass": "^4.7.2"
  17. },
  18. "devDependencies": {
  19. "gulp": "latest",
  20. "gulp-autoprefixer": "latest",
  21. "gulp-plumber": "latest",
  22. "gulp-sass": "latest",
  23. "gulp-wrap": "latest",
  24. "gulp-watch": "latest"
  25. }
  26. }