package.json 581 B

1234567891011121314151617181920212223
  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. "devDependencies": {
  17. "gulp": "^3.9.1",
  18. "gulp-autoprefixer": "^3.1.0",
  19. "gulp-plumber": "^1.1.0",
  20. "gulp-sass": "^2.3.2",
  21. "gulp-wrap": "^0.13.0"
  22. }
  23. }