.bower.json 448 B

123456789101112131415161718
  1. {
  2. "name": "jquery-ui",
  3. "version": "1.10.0",
  4. "main": "./ui/jquery-ui.js",
  5. "dependencies": {
  6. "jquery": ">= 1.8"
  7. },
  8. "homepage": "https://github.com/components/jqueryui",
  9. "_release": "1.10.0",
  10. "_resolution": {
  11. "type": "version",
  12. "tag": "1.10.0",
  13. "commit": "4c0bac635cc97c8cd5087bb244d497100429fea2"
  14. },
  15. "_source": "https://github.com/components/jqueryui.git",
  16. "_target": "1.10.0",
  17. "_originalSource": "jquery-ui"
  18. }