-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.52 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
53
54
55
56
57
58
{
"author": "LCweb",
"name": "lc-micro-slider",
"version": "2.1.0",
"description": "Lightweight vanilla javascript (ES6) media and contents slider",
"keywords": [
"javascript",
"slider",
"javascript-slider",
"vanilla-javascript",
"images-slider",
"javascript-plugin",
"content-slider",
"carousel",
"touch",
"slideshow",
"touchswipe",
"srcset"
],
"repository": {
"type": "git",
"url": "https://github.com/LCweb-ita/LC-micro-slider.git"
},
"files": [
"lc-micro-slider.min.js",
"themes"
],
"dependencies": {},
"devDependencies": {},
"contributors": [
{
"name": "LCweb-ita",
"url": "https://github.com/LCweb-ita"
}
],
"license": "MIT",
"homepage": "https://lcweb.it/lc-micro-slider-javascript-plugin",
"bugs": "https://github.com/LCweb-ita/LC-micro-slider/issues",
"_extra": {
"title": "LC Micro Slider",
"license": {
"type": "MIT",
"url": "https://github.com/LCweb-ita/LC-micro-slider/blob/main/LICENSE"
},
"links": {
"download": "https://github.com/LCweb-ita/LC-micro-slider/releases",
"docs": "https://github.com/LCweb-ita/LC-micro-slider"
},
"main": [
"lc-micro-slider.min.js",
"themes"
],
"files": [
"lc-micro-slider.min.js",
"themes"
]
}
}