bower.json 743 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "bootstrap-material-design": "^4.0.2",
  34. "layer": "^3.0.3"
  35. }
  36. }