package.json 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "bcryptjs": "^2.3.0",
  17. "body-parser": "^1.14.1",
  18. "cookie-parser": "^1.3.5",
  19. "debug": "~2.2.0",
  20. "errorhandler": "^1.4.2",
  21. "express": "^4.13.3",
  22. "express-handlebars": "^2.0.1",
  23. "express-session": "^1.12.1",
  24. "morgan": "~1.6.1",
  25. "serve-favicon": "~2.3.0"
  26. },
  27. "devDependencies": {
  28. "del": "^2.1.0",
  29. "gulp": "^3.9.0",
  30. "gulp-concat": "^2.6.0",
  31. "gulp-jshint": "^2.0.0",
  32. "gulp-uglify": "^1.5.1",
  33. "gulp-minify-css": "^1.2.1",
  34. "gulp-minify-html": "^1.0.4",
  35. "gulp-nodemon": "^2.0.4",
  36. "jshint-stylish": "^2.1.0",
  37. "nodemon": "^1.8.1"
  38. },
  39. "scripts": {
  40. "start": "node app.js"
  41. }
  42. }