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

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "app",
  3. "description": "app",
  4. "version": "0.1.0",
  5. "homepage": "",
  6. "license": "",
  7. "private": true,
  8. "dependencies": {
  9. "angular": "1.6.x",
  10. "jquery": "2.1.x",
  11. "angular-bootstrap": "1.1.x",
  12. "angular-ui-router": "1.0.x",
  13. "less": "1.7.x",
  14. "angular-local-storage": "0.5.x",
  15. "angular-material": "1.1.x",
  16. "angular-material-data-table": "^0.10.9",
  17. "components-font-awesome": "^4.7.0",
  18. "angular-material-sidenav": "^0.0.14",
  19. "angular-translate": "^2.13.1",
  20. "angular-translate-loader-static-files": "^2.13.1",
  21. "angular-translate-interpolation-messageformat": "^2.13.1",
  22. "angular-busy2": "^5.2.0"
  23. },
  24. "resolutions": {
  25. "angular": "1.6.x",
  26. "angular-ui-router": "1.0.x"
  27. }
  28. }