bower.json 639 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "angular-seed",
  3. "description": "A starter project for AngularJS",
  4. "version": "0.0.0",
  5. "homepage": "https://github.com/angular/angular-seed",
  6. "license": "MIT",
  7. "private": true,
  8. "dependencies": {
  9. "angular": "1.2.x",
  10. "angular-route": "1.2.x",
  11. "angular-loader": "1.2.x",
  12. "angular-mocks": "~1.2.x",
  13. "angular-resource": "1.2.x",
  14. "angular-once": "0.1.8",
  15. "html5-boilerplate": "~4.3.0",
  16. "bootstrap": "3.2",
  17. "angular-datatables": "0.2.0",
  18. "angular-sanitize": "1.3.0",
  19. "bootstrap-tagsinput": "0.5.0",
  20. "jquery-ui": "1.11.1"
  21. },
  22. "resolutions": {
  23. "angular": "1.2.26"
  24. }
  25. }