-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
52 lines (52 loc) · 1.06 KB
/
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
44
45
46
47
48
49
50
51
52
{
"name": "@eastdesire/jscolor",
"version": "2.5.2",
"description": "Web color picker with opacity channel (alpha channel) and custom palette. Supports CSS colors such as rgba() and hex, including #rrggbbaa.",
"main": "jscolor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EastDesire/jscolor.git"
},
"keywords": [
"JavaScript",
"js",
"hex",
"rgba",
"rrggbbaa",
"color",
"picker",
"palette",
"swatch",
"input",
"chooser",
"selector",
"opacity",
"transparency",
"alpha",
"channel",
"support",
"AJAX",
"ColorPicker",
"ColorPalette",
"plugin",
"touchscreen",
"tablet",
"smartphone",
"mobile",
"popup",
"widget",
"dialog",
"dropdown",
"control",
"HTML5"
],
"author": "Jan Odvarko - East Desire",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/EastDesire/jscolor/issues"
},
"homepage": "https://jscolor.com"
}