package.json 573 B

123456789101112131415161718192021222324252627
  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. "natives": "^1.1.6"
  20. },
  21. "scripts": {
  22. "test": "echo \"Error: no test specified\" && exit 1"
  23. },
  24. "author": "",
  25. "license": "ISC"
  26. }