FileSharer/package.json

19 lines
453 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": {
2024-02-02 15:23:01 -06:00
"start": "node index.js"
2024-01-12 12:06:51 -06:00
},
"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-19 12:44:05 -06:00
"express": "^4.18.2"
2024-01-12 12:07:22 -06:00
}
2024-01-12 12:06:51 -06:00
}