-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
52 lines (52 loc) · 1.33 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-switch",
"version": "2.0.3",
"description": "Superlight vanilla javascript plugin improving forms look and functionality",
"keywords": [
"javascript",
"css",
"lightweight",
"forms",
"checkbox",
"vanilla-javascript",
"pure-javascript",
"radio-buttons",
"lc-switch"
],
"repository": {
"type": "git",
"url": "https://github.com/LCweb-ita/LC-switch.git"
},
"files": [
"lc_switch.min.js"
],
"dependencies": {},
"devDependencies": {},
"contributors": [
{
"name": "LCweb-ita",
"url": "https://github.com/LCweb-ita"
}
],
"license": "MIT",
"homepage": "https://lcweb.it/lc-switch-javascript-plugin",
"bugs": "https://github.com/LCweb-ita/LC-switch/issues",
"_extra": {
"title": "LC switch",
"license": {
"type": "MIT",
"url": "https://github.com/LCweb-ita/LC-switch/blob/main/LICENSE"
},
"links": {
"download": "https://github.com/LCweb-ita/LC-switch/releases",
"docs": "https://github.com/LCweb-ita/LC-switch"
},
"main": [
"lc_switch.min.js"
],
"files": [
"lc_switch.min.js"
]
}
}