.bower.json 545 B

1234567891011121314151617181920212223242526
  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.1.0",
  16. "_release": "3.1.0",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "3.1.0",
  20. "commit": "6f02bc382c0529d3b4f68f6b2ad21876642dbbfe"
  21. },
  22. "_source": "https://github.com/jquery/jquery-dist.git",
  23. "_target": "^3.1.0",
  24. "_originalSource": "jquery",
  25. "_direct": true
  26. }