.bower.json 526 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": "2.2.4",
  16. "_release": "2.2.4",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "2.2.4",
  20. "commit": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
  21. },
  22. "_source": "https://github.com/jquery/jquery-dist.git",
  23. "_target": "^2.1.4",
  24. "_originalSource": "jquery"
  25. }