Files
ESP3DLib/embedded/package.json
Luc 71acbb28c7 Add websocket notification if any upload fail
Add more control during upload (SD/SPIFFS/Update)
Fix SD card > 4GB size calculation
Fix Apple Captive portal blocking websocket
Add auto mount for SD commands
Use latest embedded page
Display ESP3DLib Version in [ESP800] output
Force sleep mode to be none at start
2020-01-16 21:38:19 +01:00

30 lines
780 B
JSON

{
"name": "embedded4ESP3D",
"description": "Embedded files for ESP3D",
"devDependencies": {
"del": "latest",
"deprecated": "latest",
"fs": "latest",
"gulp": "^4.0.0",
"gulp-bytediff": "latest",
"gulp-cdnizer": "latest",
"gulp-clean-css": "latest",
"gulp-concat": "latest",
"gulp-gzip": "latest",
"gulp-htmlmin": "latest",
"gulp-if": "latest",
"gulp-jshint": "latest",
"gulp-ng-annotate": "latest",
"gulp-remove-code": "latest",
"gulp-replace": "latest",
"gulp-smoosher": "latest",
"gulp-uglify": "latest",
"gulp-zip": "latest",
"jshint": "latest",
"merge-stream": "latest"
},
"repository": "https://github.com/luc-github/ESP3D",
"author": "Luc LEBOSSE",
"license": "(ISC OR GPL-3.0)"
}