You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
614 B
26 lines
614 B
{
|
|
"name": "bootstrap-touch-carousel",
|
|
"version": "0.8.0",
|
|
"homepage": "https://github.com/ixisio/bootstrap-touch-carousel",
|
|
"authors": [
|
|
"Andreas Klein",
|
|
"Contributors"
|
|
],
|
|
"description": "A drop-in perfection for Twitter Bootstrap's Carousel (v3) to enable gestures on touch devices.",
|
|
"main": ["dist/js/bootstrap-touch-carousel.js", "dist/css/bootstrap-touch-carousel.css"],
|
|
"keywords": [
|
|
"bootstrap",
|
|
"carousel",
|
|
"touch",
|
|
"swipe",
|
|
"gestures"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|