forked from mrgrain/colpick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 796 Bytes
/
bower.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jquery-colpick",
"homepage": "https://github.com/mrgrain/colpick",
"authors": [
"Moritz Kornher <[email protected]>",
"Jose Vargas <[email protected]> (http://codeitdown.com)",
"Stefan Petre (http://www.eyecon.ro/colorpicker/)"
],
"description": "Simple lightweight Photoshop-like color picker with touch support.",
"main": "js/colpick.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"colpick",
"color",
"picker",
"colorpicker",
"chooser",
"selector",
"form",
"jquery",
"input"
],
"license": [
"MIT",
"GPL-2.0"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7.0 || ^2.1.4"
}
}