forked from be-fe/iSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 809 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
{
"name": "iSlider",
"homepage": "https://github.com/BE-FE/iSlider",
"description": "Smooth and high-performance slide web framework. Suitable for PC, Mobile WebApp, HTML5 App, Hybrid App",
"main": [
"build/iSlider.min.js",
"build/iSlider.min.css"
],
"keywords": [
"smooth",
"hybrid",
"mobile",
"performance",
"slide",
"slider",
"animate",
"effect",
"mobile",
"iSlider.js",
"javascript",
"lightweight",
"plug-in",
"easy to expand"
],
"authors": [
"qbaty",
"xieyu33333",
"shinate"
],
"license": "MIT",
"ignore": [
"**/.*",
".idea",
"*.iml",
"node_modules",
"demo",
"test",
"thumbnails",
"karma.conf.js",
"gulpfile.js",
"index.html",
"gulp"
],
"version": "2.2.2"
}