xcolor.jquery.json 753 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "xcolor",
  3. "title": "jQuery Color Plugin",
  4. "description": "An easy to use color manipulation plugin for jQuery.",
  5. "version": "1.8.0",
  6. "keywords": [
  7. "color",
  8. "colors",
  9. "text",
  10. "ui"
  11. ],
  12. "author": {
  13. "name": "Robert Eisele",
  14. "url": "http://www.xarg.org/"
  15. },
  16. "licenses": [{
  17. "type": "MIT",
  18. "url": "http://www.opensource.org/licenses/MIT"
  19. }, {
  20. "type": "GPLv2",
  21. "url": "http://www.opensource.org/licenses/GPL-2.0"
  22. }],
  23. "dependencies": {
  24. "jquery": ">=1.5"
  25. },
  26. "homepage": "https://github.com/infusion/jQuery-xcolor",
  27. "demo": "http://www.xarg.org/project/jquery-color-plugin-xcolor/"
  28. }