-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 734 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 734 Bytes
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
{
"name": "simple-slider",
"version": "1.0.0",
"description": "The 1kb JavaScript Carousel",
"homepage": "https://ruyadorno.github.io/simple-slider/",
"authors": [
"Ruy Adorno (http://ruyadorno.com)"
],
"main": "dist/simpleslider.js",
"keywords": [
"simple",
"carousel",
"slider",
"gallery",
"slideshow",
"lightweight",
"minimalistic",
"micro",
"slick",
"lory",
"siema",
"swipe",
"swiper",
"flickity",
"islider",
"owlcarousel",
"unslider",
"glide",
"glidejs",
"javascript-carousel",
"DOM",
"browser"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"scripts"
],
"dependencies": {}
}