bower.json 643 B

12345678910111213141516171819202122
  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. "bootstrap-sass-official": "~3.1.0",
  9. "bootstrap": "~3.1.0",
  10. "jquery": "~1.11.0",
  11. "jqueryui": "~1.10.4",
  12. "x-editable": "~1.5.1",
  13. "select2": "https://github.com/ivaynberg/select2.git#3.4.6",
  14. "AdminLTE": "https://github.com/almasaeed2010/AdminLTE.git#master",
  15. "jquery.scrollTo": "~1.4.11"
  16. },
  17. "license": "MIT",
  18. "private": true,
  19. "ignore": [
  20. "*"
  21. ]
  22. }