20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"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",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"express": "^4.18.2",
|
|
"multer": "^1.4.5-lts.1"
|
|
}
|
|
}
|