bower.json 316 B

1234567891011121314151617181920
  1. {
  2. "name": "launch",
  3. "description": "A Vue.js project",
  4. "main": "",
  5. "authors": [
  6. "zhangl <zhangl@elab-plus.com>"
  7. ],
  8. "license": "MIT",
  9. "homepage": "",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "test",
  15. "tests"
  16. ],
  17. "dependencies": {
  18. "jquery": "^3.3.1"
  19. }
  20. }