Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tinyColorPicker/bower.json

36 lignes
667 B
JSON

{
"name": "tinyColorPicker",
"description": "Tiny jQuery color picker for mobile and desktop with alpha channel",
"main": "jqColorPicker.min.js",
"authors": [
"Peter Dematté <peter@dematte.at>"
],
"license": "MIT",
"keywords": [
"jquery",
"javascript",
"color",
"picker",
"colorpicker",
"mobile",
"WCAG2.0",
"requestAnimationFrame"
],
"homepage": "https://github.com/PitPik/tinyColorPicker",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">= 1.12.0 < 3.0.0"
}
}