Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
603 B

8 years ago
8 years ago
  1. {
  2. "name": "esp8266-filesystem-builder",
  3. "description": "Gulp based build system for ESP8266 file system files",
  4. "main": "gulpfile.js",
  5. "author": "Xose Pérez <xose.perez@gmail.com>",
  6. "license": "GPL-3.0",
  7. "devDependencies": {
  8. "gulp": "^4.0.0",
  9. "gulp-base64-favicon": "^1.0.2",
  10. "gulp-crass": "^0.2.2",
  11. "gulp-css-base64": "^1.3.4",
  12. "gulp-csslint": "^1.0.0",
  13. "gulp-gzip": "^1.4.0",
  14. "gulp-htmllint": "0.0.16",
  15. "gulp-htmlmin": "^5.0.1",
  16. "gulp-inline": "^0.1.1",
  17. "gulp-remove-code": "^3.0.4",
  18. "gulp-rename": "^1.4.0",
  19. "gulp-replace": "^1.0.0"
  20. }
  21. }