express-file-index
Version:
A simple file index middleware for Express that serves static files and shows a browser for directories.
37 lines (36 loc) • 916 B
JSON
{
"name": "express-file-index",
"version": "1.11.3",
"description": "A simple file index middleware for Express that serves static files and shows a browser for directories.",
"keywords": [
"express",
"readme",
"index",
"file-index",
"file-browser",
"file-sharing",
"file-preview"
],
"homepage": "https://github.com/CyberGen49/express-file-index#readme",
"bugs": {
"url": "https://github.com/CyberGen49/express-file-index/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyberGen49/express-file-index.git"
},
"license": "ISC",
"author": "CyberGen49",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"archiver": "^7.0.1",
"dayjs": "^1.11.13",
"ejs": "^3.1.10",
"express": "^4.21.2"
}
}