bower.json 701 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "talkview",
  3. "description": "",
  4. "main": "",
  5. "authors": [
  6. "lqq"
  7. ],
  8. "license": "MIT",
  9. "homepage": "",
  10. "private": true,
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "angular-ui-router": "^0.3.1",
  20. "bootstrap": "^3.3.7",
  21. "angular": "^1.5.8",
  22. "angular-animate": "^1.5.8",
  23. "animate.css": "^3.5.2",
  24. "angular-bootstrap": "^2.2.0",
  25. "angular-sanitize": "^1.5.8",
  26. "jquery-qrcode": "*",
  27. "zTree": "^3.5.26",
  28. "lodash": "^4.17.4",
  29. "peerjs": "^0.3.14",
  30. "ngInfiniteScroll": "^1.3.4",
  31. "jquery": "^3.2.1",
  32. "ngDraggable": "^0.1.11",
  33. "swiper": "^3.4.2"
  34. }
  35. }