package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "swiper@3.4.2",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "swiper@3.4.2",
  9. "_id": "swiper@3.4.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Oda0ELGjmDPh9y07cpmd9fXjg5I=",
  12. "_location": "/swiper",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "swiper@3.4.2",
  18. "name": "swiper",
  19. "escapedName": "swiper",
  20. "rawSpec": "3.4.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/swiper/-/swiper-3.4.2.tgz",
  28. "_spec": "3.4.2",
  29. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  30. "author": {
  31. "name": "Vladimir Kharlampidi"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/nolimits4web/Swiper/issues"
  35. },
  36. "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
  37. "devDependencies": {
  38. "gulp": "^3.9.1",
  39. "gulp-clean-css": "^2.4.0",
  40. "gulp-concat": "^2.6.1",
  41. "gulp-connect": "^5.0.0",
  42. "gulp-header": "^1.8.8",
  43. "gulp-jshint": "^2.0.4",
  44. "gulp-less": "^3.3.0",
  45. "gulp-open": "^2.0.0",
  46. "gulp-rename": "^1.2.2",
  47. "gulp-sourcemaps": "^2.4.1",
  48. "gulp-tap": "^0.1.3",
  49. "gulp-uglify": "^2.1.0",
  50. "jshint": "^2.9.4",
  51. "jshint-stylish": "^2.2.1"
  52. },
  53. "engines": {
  54. "node": ">= 4.7.0"
  55. },
  56. "files": [
  57. "dist",
  58. "src",
  59. "*.json",
  60. "*.js"
  61. ],
  62. "homepage": "http://www.idangero.us/swiper/",
  63. "keywords": [
  64. "swiper",
  65. "swipe",
  66. "slider",
  67. "touch",
  68. "ios",
  69. "mobile",
  70. "cordova",
  71. "phonegap",
  72. "app",
  73. "framework",
  74. "carousel",
  75. "gallery"
  76. ],
  77. "license": "MIT",
  78. "main": "dist/js/swiper.js",
  79. "name": "swiper",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/nolimits4web/Swiper.git"
  83. },
  84. "scripts": {
  85. "test": "gulp build"
  86. },
  87. "style": "dist/css/swiper.css",
  88. "version": "3.4.2"
  89. }