package.json 716 B

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