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.

22 lines
605 B

8 years ago
8 years ago
  1. {
  2. "name": "esp8266-filesystem-builder",
  3. "version": "0.2.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": "^3.4.2",
  13. "gulp-css-base64": "^1.3.4",
  14. "gulp-gzip": "^1.4.0",
  15. "gulp-htmllint": "0.0.14",
  16. "gulp-htmlmin": "^2.0.0",
  17. "gulp-inline": "^0.1.1",
  18. "gulp-uglify": "^1.5.3",
  19. "gulp-util": "^3.0.8"
  20. },
  21. "dependencies": {}
  22. }