package.json 827 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "fanwe_wap_ui",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "lynn",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "del": "^2.2.1",
  13. "gulp": "^3.9.1",
  14. "gulp-clean": "^0.3.2",
  15. "gulp-concat": "^2.6.0",
  16. "gulp-htmlmin": "^2.0.0",
  17. "gulp-imagemin": "^3.0.1",
  18. "gulp-jshint": "^2.0.1",
  19. "gulp-less": "^3.1.0",
  20. "gulp-livereload": "^3.8.1",
  21. "gulp-load-plugins": "^1.2.4",
  22. "gulp-minify-css": "^1.2.4",
  23. "gulp-notify": "^2.2.0",
  24. "gulp-rename": "^1.2.2",
  25. "gulp-run-sequence": "^0.3.2",
  26. "gulp-uglify": "^1.5.4",
  27. "gulp-watch": "^4.3.8",
  28. "imagemin-pngcrush": "^5.0.0",
  29. "jshint": "^2.9.2",
  30. "require-dir": "^0.3.0",
  31. "vinyl-paths": "^2.1.0"
  32. }
  33. }