FileSharer/package.json

21 lines
512 B
JSON
Raw Normal View History

2024-01-12 12:06:51 -06:00
{
"name": "webfolderbrowser",
"version": "1.0.0",
"description": "A feature rich and customizable NodeJS program for easily displaying a directory on the web.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git@codeberg.org:Bingus_Violet/Web-Folder-Browser.git"
},
"author": "Violet",
2024-01-12 12:07:22 -06:00
"license": "GPL-3.0-or-later",
"dependencies": {
2024-01-16 14:00:06 -06:00
"body-parser": "^1.20.1",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1"
2024-01-12 12:07:22 -06:00
}
2024-01-12 12:06:51 -06:00
}