package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "web-sharelatex",
  3. "version": "0.1.4",
  4. "description": "The HTTP front end for ShareLaTeX",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/sharelatex/web-sharelatex.git"
  8. },
  9. "directories": {
  10. "public": "./public"
  11. },
  12. "dependencies": {
  13. "archiver": "0.9.0",
  14. "async": "0.6.2",
  15. "base64-stream": "^0.1.2",
  16. "basic-auth-connect": "^1.0.0",
  17. "bcrypt": "0.8.3",
  18. "body-parser": "^1.13.1",
  19. "bufferedstream": "1.6.0",
  20. "connect-redis": "2.3.0",
  21. "contentful": "^3.3.14",
  22. "cookie": "^0.2.3",
  23. "cookie-parser": "1.3.5",
  24. "csurf": "^1.8.3",
  25. "dateformat": "1.0.4-1.2.3",
  26. "express": "4.13.0",
  27. "express-session": "1.11.3",
  28. "grunt": "^0.4.5",
  29. "heapdump": "^0.3.7",
  30. "http-proxy": "^1.8.1",
  31. "jade": "~1.3.1",
  32. "ldapjs": "^1.0.0",
  33. "lodash": "^4.13.1",
  34. "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.3.1",
  35. "lynx": "0.1.1",
  36. "marked": "^0.3.5",
  37. "method-override": "^2.3.3",
  38. "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.3.0",
  39. "mimelib": "0.2.14",
  40. "mocha": "1.17.1",
  41. "mongojs": "0.18.2",
  42. "mongoose": "4.1.0",
  43. "multer": "^0.1.8",
  44. "node-uuid": "1.4.1",
  45. "nodemailer": "2.1.0",
  46. "nodemailer-sendgrid-transport": "^0.2.0",
  47. "nodemailer-ses-transport": "^1.3.0",
  48. "optimist": "0.6.1",
  49. "redback": "0.4.0",
  50. "redis": "0.10.1",
  51. "redis-sharelatex": "0.0.9",
  52. "request": "^2.69.0",
  53. "requests": "^0.1.7",
  54. "rimraf": "2.2.6",
  55. "sanitizer": "0.1.1",
  56. "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
  57. "sixpack-client": "^1.0.0",
  58. "temp": "^0.8.3",
  59. "translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
  60. "underscore": "1.6.0",
  61. "v8-profiler": "^5.2.3",
  62. "xml2js": "0.2.0"
  63. },
  64. "devDependencies": {
  65. "bunyan": "0.22.1",
  66. "chai": "",
  67. "chai-spies": "",
  68. "grunt-available-tasks": "0.4.1",
  69. "grunt-bunyan": "0.5.0",
  70. "grunt-contrib-clean": "0.5.0",
  71. "grunt-contrib-coffee": "0.10.0",
  72. "grunt-contrib-cssmin": "^1.0.1",
  73. "grunt-contrib-less": "0.9.0",
  74. "grunt-contrib-requirejs": "0.4.1",
  75. "grunt-contrib-watch": "^1.0.0",
  76. "grunt-env": "0.4.4",
  77. "grunt-exec": "^0.4.7",
  78. "grunt-execute": "^0.2.2",
  79. "grunt-file-append": "0.0.6",
  80. "grunt-git-rev-parse": "^0.1.4",
  81. "grunt-mocha-test": "0.9.0",
  82. "grunt-newer": "^1.2.0",
  83. "grunt-parallel": "^0.5.1",
  84. "grunt-sed": "^0.1.1",
  85. "sandboxed-module": "0.2.0",
  86. "sinon": "",
  87. "timekeeper": ""
  88. }
  89. }