Add base code

This commit is contained in:
2019-05-19 12:21:40 +05:30
parent bb8df55ee6
commit 8e650dbf1f
4 changed files with 408 additions and 1 deletions

View File

@@ -19,5 +19,9 @@
"bugs": {
"url": "https://github.com/chrisvrose/nodejs-fm/issues"
},
"homepage": "https://github.com/chrisvrose/nodejs-fm#readme"
"homepage": "https://github.com/chrisvrose/nodejs-fm#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.0"
}
}