-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.45 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
{
"author": "LCweb",
"name": "lc-color-picker",
"version": "2.0.0",
"description": "Pure javascript colorpicker for modern web. Supporting solid colors, opacity and gradients",
"keywords": [
"javascript",
"color-picker",
"vanilla-javascript",
"gradient",
"javascript-plugin",
"gradients",
"linear-gradient",
"radial-gradient",
"linear-gradient-generator"
],
"repository": {
"type": "git",
"url": "https://github.com/LCweb-ita/LC-color-picker.git"
},
"files": [
"lc_color_picker.min.js"
],
"dependencies": {},
"devDependencies": {},
"contributors": [
{
"name": "LCweb-ita",
"url": "https://github.com/LCweb-ita"
}
],
"license": "MIT",
"homepage": "https://lcweb.it/lc-color-picker-javascript-plugin",
"bugs": "https://github.com/LCweb-ita/LC-color-picker/issues",
"_extra": {
"title": "LC color picker",
"license": {
"type": "MIT",
"url": "https://github.com/LCweb-ita/LC-color-picker/blob/main/LICENSE"
},
"links": {
"download": "https://github.com/LCweb-ita/LC-color-picker/releases",
"docs": "https://github.com/LCweb-ita/LC-color-picker"
},
"main": [
"lc_color_picker.min.js"
],
"files": [
"lc_color_picker.min.js"
]
}
}