Advertisement
Guest User

Untitled

a guest
Oct 28th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "name": "passport-local-examples-login",
  3. "version": "0.0.0-53",
  4. "dependencies": {
  5. "express": "3.x.x",
  6. "jade": "*",
  7. "passport": ">= 0.0.0",
  8. "passport-local": ">= 0.0.0",
  9. "mongoose": ">= 0.0.0",
  10. "bcrypt": ">= 0.0.0",
  11. "oauth": "0.9.x",
  12. "nodemailer": ">= 0.5.3"
  13. },
  14. "subdomain": "torque-test",
  15. "scripts": {
  16. "start": "node app.js"
  17. },
  18. "engines": {
  19. "node": "0.10.x"
  20. },
  21. "os": "sunos",
  22. "bundledDependencies": [
  23. "bcrypt",
  24. "express",
  25. "jade",
  26. "mongoose",
  27. "nodemailer",
  28. "oauth",
  29. "passport",
  30. "passport-local"
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement