Guest User

bower.json

a guest
Feb 19th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "name": "app",
  3. "version": "0.0.0",
  4. "dependencies": {
  5. "angular": "1.5.0",
  6. "json3": "~3.3.2",
  7. "jquery": "~1.11.0",
  8. "bootstrap": "3.3.4",
  9. "angular-resource": "1.4.9",
  10. "angular-cookies": "1.4.9",
  11. "angular-sanitize": "1.4.9",
  12. "ui-router": "0.2.18",
  13. "satellizer": "0.13.4"
  14. },
  15. "devDependencies": {
  16. "angular-mocks": "1.2.15",
  17. "angular-scenario": "1.2.15"
  18. },
  19. "resolutions": {
  20. "angular": "1.5.0"
  21. }
  22. }
Add Comment
Please, Sign In to add comment