진재영

package.json updated

...@@ -7,5 +7,9 @@ ...@@ -7,5 +7,9 @@
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "author": "", 9 "author": "",
10 - "license": "ISC" 10 + "license": "ISC",
11 + "dependencies": {
12 + "body-parser": "^1.20.0",
13 + "passport-local": "^1.0.0"
14 + }
11 } 15 }
......