mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
18 lines
509 B
JSON
18 lines
509 B
JSON
{
|
|
"name": "swiper",
|
|
"repo": "https://github.com/nolimits4web/Swiper.git",
|
|
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
|
|
"version": "3.3.1",
|
|
"keywords": ["swiper", "swipe", "slider", "touch", "ios", "mobile", "cordova", "phonegap", "app", "framework", "carousel", "gallery"],
|
|
"dependencies": {
|
|
},
|
|
"scripts": [
|
|
"dist/js/swiper.js"
|
|
],
|
|
"main": "dist/js/swiper.js",
|
|
"styles": [
|
|
"dist/css/swiper.css"
|
|
],
|
|
"license": ["MIT"]
|
|
}
|