Re-organized project structure

This commit is contained in:
Peng-YM
2020-08-19 16:18:48 +08:00
parent ff12e4ef16
commit d7ac5d4a1d
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"
}
}