forked from marvinhuebner/slick-animation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 640 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 640 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
{
"name": "slick-animation",
"version": "1.0.0",
"description": "slick-animation is a jquery plugin to animate elements in the slick slider",
"authors": [
"Marvin Huebner",
"Georg Dümmler"
],
"main": [
"slick-animation.js"
],
"license": "MIT",
"private": false,
"keywords": [
"frontend",
"slick",
"slicer",
"js"
],
"homepage": "https://github.com/marvinhuebner/slick-animation",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/components",
"test",
"tests"
],
"dependencies": {
"slick-carousel": "~1.5.9",
"animate.css": "~3.5.0"
}
}