bower.json 431 B

1234567891011121314151617181920212223
  1. {
  2. "name": "ola-4",
  3. "description": "Documentation tool for OLA#4 workshop : OSP html2print",
  4. "main": "gulpfile.js",
  5. "authors": [
  6. "Bachir Soussi Chiadmi",
  7. "Raphaël Bastide",
  8. "Sarah Garcin"
  9. ],
  10. "license": "GPL-3.0",
  11. "homepage": "",
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ],
  19. "dependencies": {
  20. "jquery": "^3.1.0",
  21. "lightbox2": "^2.9.0"
  22. }
  23. }