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

36 lines
667 B
JSON
Raw Permalink 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": [
2016-02-28 13:50:21 +01:00
"Peter Dematté <peter@dematte.at>"
2016-02-28 01:49:25 +01:00
],
"license": "MIT",
"keywords": [
"jquery",
"javascript",
"color",
"picker",
"colorpicker",
"mobile",
"WCAG2.0",
"requestAnimationFrame"
],
"homepage": "https://github.com/PitPik/tinyColorPicker",
"moduleType": [
2016-02-28 13:50:21 +01:00
"amd",
"globals",
"node"
2016-02-28 01:49:25 +01:00
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2016-03-15 17:13:32 +01:00
"jquery": ">= 1.12.0 < 3.0.0"
2016-02-28 01:49:25 +01:00
}
2016-03-15 17:13:32 +01:00
}