-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 KB
/
package.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": "bootstrap-carousel-animate",
"version": "1.0.0",
"title": "Bootstrap Carousel Animate",
"description": "Bootstrap Carousel Animate is an extension to the Carousel plugin of Twitter's Bootstrap toolkit. It provides a jQuery animate fallback for browsers without support for CSS transitions and also adjusts and animates the carousel height for different item heights.",
"keywords": [
"bootstrap",
"carousel",
"animate",
"slide",
"transition"
],
"homepage": "https://github.com/blueimp/Bootstrap-Carousel-Animate",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"maintainers": [
{
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
}
],
"repository": {
"type": "git",
"url": "git://github.com/blueimp/Bootstrap-Carousel-Animate.git"
},
"bugs": "https://github.com/blueimp/Bootstrap-Carousel-Animate/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.7",
"bootstrap": ">=2.0.4"
}
}