-
-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 554 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 554 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
{
"name": "evol-colorpicker",
"version": "3.4.4",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"homepage": "http://evoluteur.github.io/colorpicker/",
"main": "js/evol-colorpicker.min.js",
"authors": ["Olivier Giulieri (https://evoluteur.github.io/)"],
"license": "MIT",
"keywords": [
"colorpicker",
"color",
"picker",
"palette",
"jquery",
"jquery-ui",
"ui",
"widget",
"popup",
"web",
"input",
"form",
"jquery-plugin"
]
}