bower.json 379 B

12345678910111213141516171819202122
  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": "^1.10.15"
  21. }
  22. }