| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "swiper",
- "version": "3.4.2",
- "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
- "main": "dist/js/swiper.js",
- "style": "dist/css/swiper.css",
- "files": [
- "dist",
- "src",
- "*.json",
- "*.js"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/nolimits4web/Swiper.git"
- },
- "keywords": [
- "swiper",
- "swipe",
- "slider",
- "touch",
- "ios",
- "mobile",
- "cordova",
- "phonegap",
- "app",
- "framework",
- "carousel",
- "gallery"
- ],
- "author": "Vladimir Kharlampidi",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/nolimits4web/Swiper/issues"
- },
- "homepage": "http://www.idangero.us/swiper/",
- "engines": {
- "node": ">= 4.7.0"
- },
- "devDependencies": {
- "gulp": "^3.9.1",
- "gulp-clean-css": "^2.4.0",
- "gulp-concat": "^2.6.1",
- "gulp-connect": "^5.0.0",
- "gulp-header": "^1.8.8",
- "gulp-jshint": "^2.0.4",
- "gulp-less": "^3.3.0",
- "gulp-open": "^2.0.0",
- "gulp-rename": "^1.2.2",
- "gulp-sourcemaps": "^2.4.1",
- "gulp-tap": "^0.1.3",
- "gulp-uglify": "^2.1.0",
- "jshint": "^2.9.4",
- "jshint-stylish": "^2.2.1"
- },
- "scripts": {
- "test": "gulp build"
- }
- }
|