.bower.json 467 B

123456789101112131415161718192021
  1. {
  2. "name": "jquery-ui",
  3. "version": "1.11.2",
  4. "main": [
  5. "jquery-ui.js"
  6. ],
  7. "ignore": [],
  8. "dependencies": {
  9. "jquery": ">=1.6"
  10. },
  11. "homepage": "https://github.com/components/jqueryui",
  12. "_release": "1.11.2",
  13. "_resolution": {
  14. "type": "version",
  15. "tag": "1.11.2",
  16. "commit": "396781474d936959061271505f506b78398fe6a2"
  17. },
  18. "_source": "git://github.com/components/jqueryui.git",
  19. "_target": ">=1.9.2",
  20. "_originalSource": "jquery-ui"
  21. }