-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
43 lines (43 loc) · 1016 Bytes
/
package.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
42
43
{
"name": "evol-colorpicker",
"version": "3.4.3",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2024 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/colorpicker.git"
},
"bugs": {
"url": "https://github.com/evoluteur/colorpicker/issues"
},
"dependencies": {
"jquery": "~3.6.0",
"jquery-ui": "~1.13.0"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "4.0.1"
},
"keywords": [
"colorpicker",
"color",
"picker",
"palette",
"input",
"popup",
"widget",
"jquery",
"jquery-ui",
"ui",
"web",
"form",
"office",
"jquery-plugin"
],
"main": "js/evol-colorpicker.js"
}