You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
colorPicker/colorPicker.jquery.json

28 lines
709 B
JSON

{
"name": "ColorPicker",
"title": "jQuery-ColorPicker",
"description": "Advanced javaScript color picker for jQuery (rgb, hsv, hsl, hex, cmyk, cmy, XYZ, Lab, alpha, WCAG 2.0, ...)",
"keywords": [
"color-picker",
"color",
"colour"
],
"version": "1.0.0.1",
"author": {
"name": "Peter Dematté",
"email": "colorPicker@dematte.at",
"url": "http://dematte.at/colorPicker"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/PitPik/colorPicker/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/PitPik/colorPicker/issues",
"homepage": "http://dematte.at/colorPicker",
"docs": "https://github.com/PitPik/colorPicker",
"dependencies": {
"jquery": ">=1.7"
}
}