.bower.json 588 B

12345678910111213141516171819202122
  1. {
  2. "name": "jquery-knob",
  3. "version": "1.2.13",
  4. "main": "js/jquery.knob.js",
  5. "description": "Nice, downward compatible, touchable, jQuery dial.",
  6. "license": "MIT",
  7. "ignore": [],
  8. "dependencies": {
  9. "jquery": ">=1.7.0"
  10. },
  11. "devDependencies": {},
  12. "homepage": "https://github.com/aterrien/jQuery-Knob",
  13. "_release": "1.2.13",
  14. "_resolution": {
  15. "type": "version",
  16. "tag": "1.2.13",
  17. "commit": "755309e933d326ffaa5a2d758dc377147b766515"
  18. },
  19. "_source": "https://github.com/aterrien/jQuery-Knob.git",
  20. "_target": "^1.2.13",
  21. "_originalSource": "jquery-knob"
  22. }