bower.json 367 B

123456789101112131415161718192021222324
  1. {
  2. "name": "banking",
  3. "authors": [
  4. "owen <wr4647@163.com>"
  5. ],
  6. "description": "bakning",
  7. "main": "index.html",
  8. "keywords": [
  9. "test"
  10. ],
  11. "license": "MIT",
  12. "homepage": "",
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ],
  20. "dependencies": {
  21. "vue": "^2.5.13",
  22. "bootstrap": "^3.3.7"
  23. }
  24. }