cleanup directory strucutre and fine tune

This commit is contained in:
Joe Tretter
2022-09-30 10:55:07 -05:00
parent dae7fbc9e7
commit 9b25fa2eda
19 changed files with 69 additions and 27 deletions

19
app/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "dumbserver",
"version": "1.0.0",
"description": "",
"main": "dumbserver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noelbennett/dumbserver.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/noelbennett/dumbserver/issues"
},
"homepage": "https://github.com/noelbennett/dumbserver#readme"
}