You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bower.json 700B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "luticate",
  3. "description": "Luticate front",
  4. "version": "0.1.2",
  5. "homepage": "",
  6. "license": "",
  7. "private": true,
  8. "dependencies": {
  9. "angular": "1.4.9",
  10. "jquery": "2.1.x",
  11. "angular-bootstrap": "^0.12",
  12. "angular-ui-router": "0.2.x",
  13. "bootstrap": "3.3.x",
  14. "less": "1.7.x",
  15. "luticate-utils": "https://git.rthoni.com/repos/luticate-front/utils.git#0.1.x",
  16. "luticate-auth": "https://git.rthoni.com/repos/luticate-front/auth.git#0.1.x",
  17. "angular-dialog-service": "5.2.8",
  18. "ngSanitize": "~0.0.2",
  19. "angular-ui-validate": "~1.2.1",
  20. "flat-ui": "~2.2.2"
  21. },
  22. "resolutions": {
  23. "angular-bootstrap": "^0.12",
  24. "angular": "1.4.9"
  25. }
  26. }