bower.json 592 B

123456789101112131415161718192021222324
  1. {
  2. "name": "sonata-project-admin-bundle",
  3. "homepage": "https://sonata-project.org/bundles/admin-bundle",
  4. "authors": [
  5. "Thomas Rabaix <thomas.rabaix@gmail.com>"
  6. ],
  7. "dependencies": {
  8. "masonry": "~4.0.0",
  9. "jqueryui": "~1.10",
  10. "x-editable": "^1.5",
  11. "admin-lte": "^2.3",
  12. "iCheck": "^1.0",
  13. "slimScroll": "^1.3",
  14. "jquery.scrollTo": "^1.4",
  15. "jquery-form": "3.51",
  16. "waypoints": "^4.0",
  17. "readmore-js": "^2.2"
  18. },
  19. "license": "MIT",
  20. "private": true,
  21. "ignore": [
  22. "*"
  23. ]
  24. }