bower.json 552 B

123456789101112131415161718192021222324252627282930
  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-scroll-glue": "^2.0.7",
  23. "angular-animate": "^1.5.8",
  24. "animate.css": "^3.5.2",
  25. "angular-bootstrap": "^2.2.0",
  26. "angular-sanitize": "^1.5.8",
  27. "jquery-qrcode": "*"
  28. }
  29. }