package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "swiper",
  3. "version": "3.4.2",
  4. "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
  5. "main": "dist/js/swiper.js",
  6. "style": "dist/css/swiper.css",
  7. "files": [
  8. "dist",
  9. "src",
  10. "*.json",
  11. "*.js"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/nolimits4web/Swiper.git"
  16. },
  17. "keywords": [
  18. "swiper",
  19. "swipe",
  20. "slider",
  21. "touch",
  22. "ios",
  23. "mobile",
  24. "cordova",
  25. "phonegap",
  26. "app",
  27. "framework",
  28. "carousel",
  29. "gallery"
  30. ],
  31. "author": "Vladimir Kharlampidi",
  32. "license": "MIT",
  33. "bugs": {
  34. "url": "https://github.com/nolimits4web/Swiper/issues"
  35. },
  36. "homepage": "http://www.idangero.us/swiper/",
  37. "engines": {
  38. "node": ">= 4.7.0"
  39. },
  40. "devDependencies": {
  41. "gulp": "^3.9.1",
  42. "gulp-clean-css": "^2.4.0",
  43. "gulp-concat": "^2.6.1",
  44. "gulp-connect": "^5.0.0",
  45. "gulp-header": "^1.8.8",
  46. "gulp-jshint": "^2.0.4",
  47. "gulp-less": "^3.3.0",
  48. "gulp-open": "^2.0.0",
  49. "gulp-rename": "^1.2.2",
  50. "gulp-sourcemaps": "^2.4.1",
  51. "gulp-tap": "^0.1.3",
  52. "gulp-uglify": "^2.1.0",
  53. "jshint": "^2.9.4",
  54. "jshint-stylish": "^2.2.1"
  55. },
  56. "scripts": {
  57. "test": "gulp build"
  58. }
  59. }