-
Notifications
You must be signed in to change notification settings - Fork 749
/
package.json
51 lines (51 loc) · 1.09 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
{
"name": "jssor-slider",
"version": "28.1.0",
"description": "touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap",
"main": "js/jssor.slider.min.js",
"homepage": "https://www.jssor.com",
"repository": {
"type": "git",
"url": "https://github.com/jssor/slider.git"
},
"keywords": [
"javascript",
"slider",
"carousel",
"slideshow",
"gallery",
"html5 ad",
"banner",
"photo",
"image",
"picture",
"content",
"text",
"layer",
"animation",
"js",
"mobile",
"responsive",
"front-end",
"touch",
"swipe",
"web",
"website",
"web page"
],
"author": "jssor",
"license": "MIT",
"bugs": {
"url": "https://github.com/jssor/slider/issues"
},
"files": [
"js/jssor.slider.min.js",
"skin/",
"svg/",
"README.md",
"bower.json",
"component.json",
"package.json",
"LICENSE"
]
}