initialize
This commit is contained in:
parent
032bb44b33
commit
07c89523a0
2 changed files with 15 additions and 0 deletions
0
index.js
Normal file
0
index.js
Normal file
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Reference in a new issue