colpick.jquery.json 862 B

123456789101112131415
  1. {
  2. "name": "colpick",
  3. "title": "colpick Color Picker",
  4. "description": "Simple lightweight Photoshop-like color picker, now with touch support",
  5. "keywords": ["color","picker","colorpicker","choser","selector","form","jquery","input"],
  6. "version": "2.0.2",
  7. "author": {"name": "Jose Vargas","email": "josedvq@gmail.com", "url": "http://codeitdown.com"},
  8. "maintainers": [{"name": "Jose Vargas","email": "josedvq@gmail.com", "url": "http://codeitdown.com"}],
  9. "licenses": [{"type": "GPLv2", "url": "https://github.com/josedvq/colpick-jQuery-Color-Picker/blob/master/LICENSE"}],
  10. "bugs": "https://github.com/josedvq/colpick-jQuery-Color-Picker/issues",
  11. "homepage": "http://colpick.com/plugin",
  12. "docs": "http://colpick.com/plugin",
  13. "download": "https://github.com/josedvq/colpick-jQuery-Color-Picker/archive/master.zip",
  14. "dependencies": {"jquery": ">=1.7.0"}
  15. }