bower.json 418 B

1234567891011121314151617181920212223
  1. {
  2. "name": "exegetes-doc-web",
  3. "authors": [
  4. "loconox <contact@jeremielibeau.fr>"
  5. ],
  6. "description": "",
  7. "main": "",
  8. "license": "MIT",
  9. "homepage": "",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "app/Resources/lib/",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "bootstrap-sass": "^3.3.7",
  20. "datatables.net": "^1.10.15",
  21. "datatables.net-bs": "^2.1.1"
  22. }
  23. }