spectrum.jquery.json 714 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "spectrum",
  3. "version": "1.3.4",
  4. "title": "Spectrum Colorpicker",
  5. "description": "The No Hassle jQuery Colorpicker",
  6. "docs": "http://bgrins.github.com/spectrum",
  7. "homepage": "http://bgrins.github.com/spectrum",
  8. "demo": "http://jsfiddle.net/bgrins/ctkY3/",
  9. "author": {
  10. "name" : "Brian Grinstead",
  11. "email" : "briangrinstead@gmail.com",
  12. "url" : "http://briangrinstead.com/"
  13. },
  14. "keywords": [
  15. "color",
  16. "colorpicker",
  17. "ui"
  18. ],
  19. "licenses": [
  20. {
  21. "type": "MIT",
  22. "url": "https://github.com/bgrins/spectrum/blob/master/LICENSE"
  23. }
  24. ],
  25. "dependencies": {
  26. "jquery": ">=1.7.2"
  27. }
  28. }