1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 10:01:48 +02:00
Files
Grbl_Esp32/embedded/package.json
Luc ac2796a519 Upload error improvement and bug fixes
Fix update partition size in [ESP420]
add upload file size checking
better upload error management
use grbl version + build version for better tracking
new embedded page from 3.0
   - display fw version
   - menu link link to wiki / github
   - auto detection of index.html.gz when uploaded
   - websocket to limit to one instance
   - build batch to generate page and fw file
fix for Apple captive portal blocking websocket
Change `Error 0` message to `No connection`
2019-09-01 16:52:49 +02: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)"
}