2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-09-24 16:40:56 -06:00
tinyColorPicker/bower.json

33 lines
624 B
JSON
Raw Normal View History

2016-02-28 01:49:25 +01:00
{
"name": "tinyColorPicker",
"description": "Tiny jQuery color picker for mobile and desktop with alpha channel",
"main": "jqColorPicker.min.js",
"authors": [
"peterd <peter@dematte.at>"
],
"license": "MIT",
"keywords": [
"jquery",
"javascript",
"color",
"picker",
"colorpicker",
"mobile",
"WCAG2.0",
"requestAnimationFrame"
],
"homepage": "https://github.com/PitPik/tinyColorPicker",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jQuery": "^2.2.1"
}
}