.bower.json 528 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "jquery",
  3. "main": "dist/jquery.js",
  4. "license": "MIT",
  5. "ignore": [
  6. "package.json"
  7. ],
  8. "keywords": [
  9. "jquery",
  10. "javascript",
  11. "browser",
  12. "library"
  13. ],
  14. "homepage": "https://github.com/jquery/jquery-dist",
  15. "version": "3.2.1",
  16. "_release": "3.2.1",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "3.2.1",
  20. "commit": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
  21. },
  22. "_source": "https://github.com/jquery/jquery-dist.git",
  23. "_target": ">= 2.1.0",
  24. "_originalSource": "jquery"
  25. }