package.json 826 B

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