.bower.json 793 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "xcolor",
  3. "main": "jquery.xcolor.js",
  4. "version": "1.8.0",
  5. "homepage": "http://www.xarg.org/project/jquery-color-plugin-xcolor/",
  6. "description": "An easy to use color manipulation plugin for jQuery.",
  7. "keywords": [
  8. "color",
  9. "colors",
  10. "text",
  11. "ui"
  12. ],
  13. "authors": [
  14. "Robert Eisele <robert@xarg.org>"
  15. ],
  16. "dependencies": {
  17. "jquery": ">=1.5"
  18. },
  19. "license": [
  20. "MIT",
  21. "GPL"
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "git://github.com/infusion/jQuery-xcolor.git"
  26. },
  27. "_release": "1.8.0",
  28. "_resolution": {
  29. "type": "version",
  30. "tag": "v1.8.0",
  31. "commit": "151ce21ac9d222c4fbefd37a754c1be106027b33"
  32. },
  33. "_source": "https://github.com/infusion/jQuery-xcolor.git",
  34. "_target": "*",
  35. "_originalSource": "xcolor"
  36. }