Re-organized project structure

This commit is contained in:
Peng-YM
2020-08-19 16:18:48 +08:00
parent 7aa0fa6911
commit 64e11e02e7
17 changed files with 692 additions and 2423 deletions

View File

@@ -7,5 +7,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL"
"license": "GPL",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"request": "^2.88.2"
}
}