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.

23 lines
632 B

8 years ago
8 years ago
  1. {
  2. "name": "esp8266-filesystem-builder",
  3. "version": "0.1.0",
  4. "description": "Gulp based build system for ESP8266 file system files",
  5. "main": "gulpfile.js",
  6. "author": "Xose Pérez <xose.perez@gmail.com>",
  7. "license": "GPL-3.0",
  8. "devDependencies": {
  9. "del": "^2.2.1",
  10. "gulp": "^3.9.1",
  11. "gulp-base64-favicon": "^1.0.2",
  12. "gulp-clean-css": "^2.0.10",
  13. "gulp-css-base64": "^1.3.4",
  14. "gulp-gzip": "^1.4.0",
  15. "gulp-htmlmin": "^2.0.0",
  16. "gulp-if": "^2.0.1",
  17. "gulp-inline": "^0.1.1",
  18. "gulp-plumber": "^1.1.0",
  19. "gulp-uglify": "^1.5.3",
  20. "gulp-useref": "^3.1.2"
  21. },
  22. "dependencies": {}
  23. }