-
Notifications
You must be signed in to change notification settings - Fork 749
/
bower.json
48 lines (47 loc) · 968 Bytes
/
bower.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
{
"name": "jssor-slider",
"repository": {
"type": "git",
"url": "https://github.com/jssor/slider.git"
},
"description": "touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap",
"version": "28.1.0",
"homepage": "https://www.jssor.com",
"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"
],
"license": ["MIT"],
"main": [
"js/jssor.slider.min.js"
],
"ignore": [
"demos/",
"examples/",
"transitions/",
"img/"
],
"dependencies": {
}
}