-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathadaptiveslider.jquery.json
39 lines (39 loc) · 989 Bytes
/
adaptiveslider.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
35
36
37
38
39
{
"name": "Adaptive Slider",
"title": "Adaptive jQuery Slider Plugin",
"description": "A jQuery plugin for a slider with adaptive colored figcaption and navigation.",
"keywords": [
"jquery",
"adaptive",
"slider",
"slideshow",
"plugin"
],
"version": "1.0.0",
"author": {
"name": "Kenny Vaneetvelde",
"email": "[email protected]",
"url": "http://creative-punch.net"
},
"maintainers": [
{
"name": "Kenny Vaneetvelde",
"email": "[email protected]",
"url": "http://creative-punch.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://creativepunch.mit-license.org/"
}
],
"bugs": "https://github.com/Creative-Punch/jquery-adaptive-slider/issues",
"homepage": "http://creative-punch.net",
"docs": "https://github.com/Creative-Punch/jquery-adaptive-slider#readme",
"download": "https://github.com/Creative-Punch/jquery-adaptive-slider/archive/master.zip",
"dependencies": {
"jquery": ">=1.10",
"rgbaster": ">=1.0.0"
}
}