package.json 527 B

123456789101112131415161718192021222324
  1. {
  2. "name": "esp8266-milight-hub-web",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "del": "^2.2.1",
  14. "gulp": "^3.9.1",
  15. "gulp-base64-favicon": "^1.0.2",
  16. "gulp-clean-css": "^3.4.2",
  17. "gulp-css-base64": "^1.3.4",
  18. "gulp-gzip": "^1.4.0",
  19. "gulp-htmlmin": "^2.0.0",
  20. "gulp-inline": "^0.1.1",
  21. "gulp-uglify": "^1.5.3"
  22. }
  23. }