package.json 636 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "testgulp",
  3. "version": "1.0.0",
  4. "description": "tset",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "gulp default"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "browser-sync": "^2.27.8",
  14. "gulp": "^4.0.2",
  15. "gulp-clean-css": "^4.3.0",
  16. "gulp-cli": "^2.3.0",
  17. "gulp-less": "^5.0.0",
  18. "gulp-livereload": "^4.0.2",
  19. "gulp-notify": "^4.0.0",
  20. "gulp-plumber": "^1.2.1",
  21. "gulp-rename": "^2.0.0",
  22. "gulp-run": "^1.7.1",
  23. "gulp-sass": "^5.1.0",
  24. "gulp-uglify": "^3.0.2",
  25. "gulp-watch": "^5.0.1"
  26. }
  27. }