package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "bcrypt-nodejs": "0.0.3",
  17. "bcryptjs": "^2.3.0",
  18. "body-parser": "^1.14.1",
  19. "connect-mongo": "^0.8.2",
  20. "cookie-parser": "^1.3.5",
  21. "debug": "~2.2.0",
  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. "lodash": "^3.10.1",
  29. "lusca": "^1.3.0",
  30. "method-override": "^2.3.5",
  31. "mongoose": "^4.2.9",
  32. "morgan": "~1.6.1",
  33. "passport": "^0.3.2",
  34. "passport-local": "^1.0.0",
  35. "serve-favicon": "~2.3.0"
  36. },
  37. "devDependencies": {
  38. "del": "^2.1.0",
  39. "gulp": "^3.9.0",
  40. "gulp-concat": "^2.6.0",
  41. "gulp-jshint": "^2.0.0",
  42. "gulp-uglify": "^1.5.1",
  43. "gulp-minify-css": "^1.2.1",
  44. "gulp-minify-html": "^1.0.4",
  45. "gulp-nodemon": "^2.0.4",
  46. "jshint-stylish": "^2.1.0",
  47. "nodemon": "^1.8.1"
  48. },
  49. "scripts": {
  50. "start": "node app.js"
  51. }
  52. }