General updates

This commit is contained in:
2019-05-23 20:23:32 +05:30
parent 13b8670e62
commit d1e0f2a907
5 changed files with 94 additions and 11 deletions

View File

@@ -4,7 +4,8 @@
"description": "Barebones file manager for a remote location",
"main": "index.js",
"scripts": {
"test": "node ."
"start": "node .",
"test": "node test"
},
"repository": {
"type": "git",
@@ -23,6 +24,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.0",
"jquery": "^3.4.1"
"jquery": "^3.4.1",
"requests": "^0.2.2"
}
}