package.json 546 B

12345678910111213141516171819202122232425
  1. {
  2. "devDependencies": {
  3. "gulp": "^3.9.1",
  4. "gulp-clean-css": "^3.9.4",
  5. "gulp-less": "^3.5.0",
  6. "gulp-livereload": "^3.8.1",
  7. "gulp-notify": "^3.2.0",
  8. "gulp-plumber": "^1.2.0",
  9. "gulp-rename": "^1.3.0",
  10. "gulp-sass": "^4.0.1",
  11. "gulp-uglify": "^3.0.0",
  12. "gulp-watch": "^5.0.0"
  13. },
  14. "name": "testgulp",
  15. "version": "1.0.0",
  16. "description": "tset",
  17. "main": "gulpfile.js",
  18. "dependencies": {},
  19. "scripts": {
  20. "test": "echo \"Error: no test specified\" && exit 1"
  21. },
  22. "author": "",
  23. "license": "ISC"
  24. }