swiper
Version:
Mobile touch slider and framework with hardware accelerated transitions
33 lines (32 loc) • 709 B
JSON
{
"name": "swiper",
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
"description": "Mobile touch slider and framework with hardware accelerated transitions",
"version": "2.7.5",
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/sliders/swiper/",
"keywords": ["swiper", "swipe", "slider"],
"dependencies": {
},
"scripts": [
"dist/idangerous.swiper.js"
],
"main": [
"dist/idangerous.swiper.js",
"dist/idangerous.swiper.css"
],
"license": ["GPL", "MIT"],
"dependencies": {},
"ignore": [
".*",
"demo-apps",
"demos",
"Gruntfile",
"lib",
"node_modules",
"package.json"
]
}