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 570B

12345678910111213141516171819202122
  1. {
  2. "name": "camotion",
  3. "description": "camotion",
  4. "version": "0.1.0",
  5. "homepage": "",
  6. "license": "",
  7. "private": true,
  8. "dependencies": {
  9. "angular": "1.4.x",
  10. "jquery": "2.1.x",
  11. "angular-bootstrap": "0.12.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. "luticate-utils": "https://git.rthoni.com/repos/luticate-front/utils.git#0.1.x",
  17. "luticate-auth": "https://git.rthoni.com/repos/luticate-front/auth.git#0.1.x"
  18. },
  19. "resolutions": {
  20. "angular": "1.4.x"
  21. }
  22. }