bower.json 320 B

123456789101112131415161718192021
  1. {
  2. "name": "jquery",
  3. "authors": [
  4. "a-level <root@root.com>"
  5. ],
  6. "description": "",
  7. "main": "",
  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. "bootstrap": "3.3.7"
  20. }
  21. }