package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "juryd.com",
  3. "version": "0.0.1",
  4. "description": "",
  5. "homepage": "http://juryd.com",
  6. "author": "David A. Windham",
  7. "private": true,
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/windhamdavid/juryd.git"
  11. },
  12. "engines": {
  13. "node": ">=4.0.0"
  14. },
  15. "dependencies": {
  16. "async": "^1.5.0",
  17. "bcrypt-nodejs": "0.0.3",
  18. "bcryptjs": "^2.3.0",
  19. "body-parser": "^1.14.1",
  20. "connect-mongo": "^0.8.2",
  21. "cookie-parser": "^1.3.5",
  22. "errorhandler": "^1.4.2",
  23. "express": "^4.13.3",
  24. "express-flash": "0.0.2",
  25. "express-handlebars": "^2.0.1",
  26. "express-session": "^1.12.1",
  27. "express-validator": "^2.18.0",
  28. "file-stream-rotator": "0.0.6",
  29. "fs": "0.0.2",
  30. "lodash": "^3.10.1",
  31. "lusca": "^1.3.0",
  32. "method-override": "^2.3.5",
  33. "mongoose": "^4.2.9",
  34. "morgan": "~1.6.1",
  35. "nodemailer": "^1.10.0",
  36. "passport": "^0.3.2",
  37. "passport-local": "^1.0.0",
  38. "serve-favicon": "~2.3.0"
  39. },
  40. "devDependencies": {
  41. "del": "^2.1.0",
  42. "gulp": "^3.9.0",
  43. "gulp-concat": "^2.6.0",
  44. "gulp-jshint": "^2.0.0",
  45. "gulp-minify-css": "^1.2.1",
  46. "gulp-minify-html": "^1.0.4",
  47. "gulp-nodemon": "^2.0.4",
  48. "gulp-uglify": "^1.5.1",
  49. "jshint-stylish": "^2.1.0",
  50. "nodemon": "^1.8.1"
  51. },
  52. "scripts": {
  53. "start": "node app.js"
  54. }
  55. }