package.json 748 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "login-register",
  3. "version": "1.0.0",
  4. "description": "login register for spamap web app",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "bcryptjs": "*",
  13. "body-parser": "*",
  14. "connect-flash": "*",
  15. "cookie-parser": "^1.4.4",
  16. "ejs": "*",
  17. "express": "*",
  18. "express-fileupload": "^1.1.4",
  19. "express-handlebars": "*",
  20. "express-messages": "*",
  21. "express-session": "*",
  22. "express-validator": "*",
  23. "mongodb": "*",
  24. "mongoose": "*",
  25. "nodemailer": "^6.1.1",
  26. "passport": "*",
  27. "passport-http": "*",
  28. "passport-local": "*",
  29. "ssh-exec": "^2.0.0",
  30. "ssh2": "^0.8.4"
  31. }
  32. }