-
Notifications
You must be signed in to change notification settings - Fork 85
/
bower.json
31 lines (31 loc) · 991 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
{
"name": "fractionslider",
"description": "jQuery plugin for image/text-sliders. It allows you to animate multiple elements per slide. Set different animation methodes like fade or (from) left, delays and easing for each element, or spimple set some defaults in the plugin options. You also have full layout/design control through html and css (every html-element can be animated). Its also fully responsive.",
"version": "1.0.0",
"keywords": [
"slider",
"slideshow",
"parallax",
"imageslider",
"animation"
],
"homepage": "http://fractionslider.jacksbox.de",
"author": {
"name": "Mario Jäckle",
"email": "[email protected]",
"url": "http://jacksbox.de"
},
"main": [
"css/fractionslider.css",
"jquery.fractionslider.js"
],
"ignore": [],
"dependencies": {
"jquery": ">=1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/nilsabegg/jquery.fractionslider.git"
},
"license": "MIT"
}