-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.45 KB
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
53
54
{
"author": "LCweb",
"name": "lc-select",
"version": "1.3.0",
"description": "Superlight vanilla javascript plugin, for modern web dropdowns. Supporting multi-options, search and images. Designed to be seamlessly themed",
"keywords": [
"javascript",
"select",
"dropdown",
"select",
"vanilla-javascript",
"pure-javascript",
"es6-javascript",
"multilanguage-support",
"multiple-dropdown"
],
"repository": {
"type": "git",
"url": "https://github.com/LCweb-ita/LC-select.git"
},
"files": [
"lc_select.min.js",
"themes"
],
"devDependencies": {},
"contributors": [
{
"name": "LCweb-ita",
"url": "https://github.com/LCweb-ita"
}
],
"license": "MIT",
"homepage": "https://lcweb.it/lc-select-javascript-plugin",
"bugs": "https://github.com/LCweb-ita/LC-select/issues",
"_extra": {
"title": "LC Select",
"license": {
"type": "MIT",
"url": "https://github.com/LCweb-ita/LC-select/blob/main/LICENSE"
},
"links": {
"download": "https://github.com/LCweb-ita/LC-select/releases",
"docs": "https://github.com/LCweb-ita/LC-select"
},
"main": [
"lc_select.min.js",
"themes"
],
"files": [
"lc_select.min.js",
"themes"
]
}
}