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.

18 lines
514 B

7 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.2",
  9. "gulp-csslint": "^1.0.0",
  10. "gulp-gzip": "^1.4.0",
  11. "gulp-htmllint": "0.0.19",
  12. "gulp-htmlmin": "^5.0.1",
  13. "gulp-inline-source-html": "^1.0.3",
  14. "gulp-rename": "^2.0.0",
  15. "gulp-replace": "^1.0.0",
  16. "html-minifier": "^4.0.0"
  17. }
  18. }