FileSharer/package.json
2024-02-02 21:23:01 +00:00

19 lines
453 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": {
"start": "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": {
"express": "^4.18.2"
}
}