Files
espurna/code/package.json
2024-05-29 07:50:19 +03:00

24 lines
633 B
JSON

{
"name": "esp8266-filesystem-builder",
"description": "Gulp based build system for ESP8266 file system files",
"main": "gulpfile.js",
"author": "Xose Pérez <xose.perez@gmail.com>",
"contributors": [
"Maxim Prokhorov <prokhorov.max@outlook.com>"
],
"license": "GPL-3.0",
"devDependencies": {
"@eslint/js": "^9.3.0",
"eslint": "^9.3.0",
"gulp": "^5.0.0",
"gulp-gzip": "^1.4.0",
"gulp-htmllint": "0.0.19",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"html-minifier": "^4.0.0",
"html-validate": "^8.19.1",
"inline-source": "^8.0.3"
}
}