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.
18 lines
509 B
18 lines
509 B
{
|
|
"name": "swiper",
|
|
"repo": "https://github.com/nolimits4web/Swiper.git",
|
|
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
|
|
"version": "3.4.2",
|
|
"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"]
|
|
}
|