Support passing data sent via post request

This commit is contained in:
Zalmoxisus
2016-05-02 13:49:06 +03:00
parent 6cc421a84e
commit 8672c8e95b
2 changed files with 9 additions and 2 deletions

View File

@ -25,6 +25,8 @@
},
"homepage": "https://github.com/zalmoxisus/remotedev-server",
"dependencies": {
"body-parser": "^1.15.0",
"cors": "^2.7.1",
"ejs": "^2.4.1",
"express": "^4.13.3",
"minimist": "^1.2.0",