.bower.json 498 B

1234567891011121314151617181920212223
  1. {
  2. "name": "jquery",
  3. "version": "1.8.3",
  4. "description": "jQuery component",
  5. "keywords": [
  6. "jquery",
  7. "component"
  8. ],
  9. "scripts": [
  10. "jquery.js"
  11. ],
  12. "license": "MIT",
  13. "homepage": "https://github.com/components/jquery",
  14. "_release": "1.8.3",
  15. "_resolution": {
  16. "type": "version",
  17. "tag": "1.8.3",
  18. "commit": "a94bf4baa9955613937d4f4c083c9d95ad0564fb"
  19. },
  20. "_source": "git://github.com/components/jquery.git",
  21. "_target": "~1.8.3",
  22. "_originalSource": "jquery"
  23. }