jellyfin-web/dashboard-ui/bower_components/Swiper/.bower.json

57 lines
1.1 KiB
JSON
Raw Normal View History

2016-01-30 23:03:40 -07:00
{
"name": "Swiper",
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
2016-02-07 12:19:56 -07:00
"version": "3.3.1",
2016-01-30 23:03:40 -07:00
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/swiper/",
"keywords": [
"swiper",
"swipe",
"slider",
"touch",
"ios",
"mobile",
"cordova",
"phonegap",
"app",
"framework",
"carousel",
"gallery"
],
"dependencies": {},
"scripts": [
"dist/js/swiper.js"
],
"main": [
"dist/js/swiper.js",
"dist/css/swiper.css"
],
"styles": [
"dist/css/swiper.css"
],
"license": [
"MIT"
],
"ignore": [
".*",
"demos",
"gulpfile",
"build",
"node_modules",
"playground",
"package.json"
],
2016-02-07 12:19:56 -07:00
"_release": "3.3.1",
2016-01-30 23:03:40 -07:00
"_resolution": {
"type": "version",
2016-02-07 12:19:56 -07:00
"tag": "v3.3.1",
"commit": "33101a659e579146f5462e4a9d6a7fdfd7436c35"
2016-01-30 23:03:40 -07:00
},
"_source": "git://github.com/nolimits4web/Swiper.git",
"_target": "~3.3.0",
2016-02-07 12:19:56 -07:00
"_originalSource": "swiper"
2016-01-30 23:03:40 -07:00
}