-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 758 Bytes
/
Copy pathbower.json
File metadata and controls
28 lines (28 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "bootstrap-colorpickersliders",
"version": "3.1.1",
"homepage": "https://www.virtuosoft.eu/code/bootstrap-colorpickersliders/",
"authors": [
{
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
}
],
"description": "Bootstrap 3 optimized responsive color selector with HSV, HSL, RGB and CIE-Lch (which supports human perceived lightness) selectors and color swatches.",
"main": "src/jquery.bootstrap-colorpickersliders.js",
"dependencies": {
"jquery": "~1.7.0",
"bootstrap": ">=3.0.0"
},
"keywords": [
"colorpicker",
"bootstrap",
"input",
"responsive",
"color",
"picker",
"widget",
"colorchooser"
],
"license": "Apache License v2.0"
}