forked from NikolajDL/Excolo-Slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 868 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
{
"name": "Excolo/Excolo-Slider",
"version": "1.1.0",
"main": "js/jquery.excoloSlider.js",
"description": "YAJQS - Yet another jQuery carousel. I was fed up with the good carousel plugins being commercial, so I decided to make a decent open-source variant. Installable as a NuGet package from the NuGet.org package feed.",
"keywords": [
"slider",
"carousel",
"slideshow",
"responsive",
"touch",
"CSS3",
"NuGet",
"HTML5"
],
"license": "MIT",
"ignore": [
"**/*.txt",
"**/*.nupkg",
"**/*.json",
"**/.*",
"images",
"js/!(jquery.excoloSlider.js)",
"css/!(jquery.excoloSlider.css)",
"index.html",
"README.markdown"
],
"dependencies": {
"jquery": ">=1.9.1"
},
"homepage": "http://excolo.github.io/Excolo-Slider",
"authors": [
"Nikolaj Dam Larsen <[email protected]>"
]
}