Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment