package.json 806 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "sharelatex",
  3. "version": "0.0.1",
  4. "description": "An online collaborative LaTeX editor",
  5. "dependencies": {
  6. "async": "^0.9.0",
  7. "coffee-script": "^1.11.1",
  8. "east": "0.5.1",
  9. "east-mongo": "^0.1.2",
  10. "grunt-shell": "^1.1.1",
  11. "load-grunt-config": "^0.19.2",
  12. "lodash": "^3.0.0",
  13. "mongojs": "^0.18.1",
  14. "redis": "^2.6.2",
  15. "rimraf": "~2.2.6",
  16. "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git",
  17. "underscore": "^1.7.0"
  18. },
  19. "devDependencies": {
  20. "grunt": "~0.4.2",
  21. "bunyan": "~0.22.1",
  22. "grunt-bunyan": "~0.5.0",
  23. "grunt-execute": "~0.1.5",
  24. "grunt-available-tasks": "~0.4.1",
  25. "grunt-concurrent": "~0.4.3",
  26. "grunt-contrib-coffee": "~0.10.1",
  27. "semver": "~2.2.1",
  28. "knox": "~0.8.9"
  29. }
  30. }