package.json 846 B

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