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.

25 lines
603 B

  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. "repository": {
  7. "type": "git",
  8. "url": ""
  9. },
  10. "author": "Xose Pérez <xose.perez@gmail.com>",
  11. "license": "MIT",
  12. "homepage": "",
  13. "devDependencies": {
  14. "del": "^2.2.1",
  15. "gulp": "^3.9.1",
  16. "gulp-clean-css": "^2.0.10",
  17. "gulp-gzip": "^1.4.0",
  18. "gulp-htmlmin": "^2.0.0",
  19. "gulp-if": "^2.0.1",
  20. "gulp-plumber": "^1.1.0",
  21. "gulp-uglify": "^1.5.3",
  22. "gulp-useref": "^3.1.2"
  23. },
  24. "dependencies": {}
  25. }