Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

bower.json 625B

123456789101112131415161718192021222324
  1. {
  2. "name": "app",
  3. "description": "app",
  4. "version": "0.1.0",
  5. "homepage": "",
  6. "license": "",
  7. "private": true,
  8. "dependencies": {
  9. "angular": "1.5.x",
  10. "jquery": "2.1.x",
  11. "angular-bootstrap": "1.1.x",
  12. "angular-ui-router": "0.2.x",
  13. "bootstrap": "3.3.x",
  14. "less": "1.7.x",
  15. "angular-local-storage": "0.2.3",
  16. "angular-material": "^1.0.6",
  17. "luticate-utils": "https://git.rthoni.com/luticate/front-utils.git#0.1.x",
  18. "luticate-auth": "https://git.rthoni.com/luticate/front-auth.git#0.1.x"
  19. },
  20. "resolutions": {
  21. "angular-material": "^1.0.6",
  22. "angular-bootstrap": "1.1.x"
  23. }
  24. }