-
Notifications
You must be signed in to change notification settings - Fork 118
/
simpleslider.jquery.json
34 lines (34 loc) · 1012 Bytes
/
simpleslider.jquery.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
{
"name": "simpleflexibleslider",
"title": "Simple and Flexible slider",
"description": "A simple and flexible jQuery slider that does what a slider needs to do: slide slides! The slider has some key functions on-board which give you full control over it.",
"keywords": [
"slider",
"slideshow",
"image",
"simple"
],
"version": "2.6.3",
"author": {
"name": "Bitlabs Development",
"url": "https://bitlabs.nl"
},
"maintainers": [
{
"name": "Dirk Groenen",
"email": "dirk@bitlabs.nl",
"url": "https://github.com/dirkgroenen"
}
],
"licenses": [
{
"type": "GNU v3",
"url": "https://github.com/dirkgroenen/simple-jQuery-slider/blob/master/LICENSE.md"
}
],
"homepage": "http://simpleslider.bitlabsbeta.nl",
"docs": "https://github.com/dirkgroenen/simple-jQuery-slider",
"dependencies": {
"jquery": ">=1"
}
}