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
478 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-clean-css": "^2.0.10",
  12. "gulp-gzip": "^1.4.0",
  13. "gulp-htmlmin": "^2.0.0",
  14. "gulp-inline": "^0.1.1",
  15. "gulp-uglify": "^1.5.3"
  16. },
  17. "dependencies": {}
  18. }