package.json 896 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "filestore-sharelatex",
  3. "version": "0.0.1",
  4. "dependencies": {
  5. "settings": "git+ssh://git@bitbucket.org:sharelatex/settings-sharelatex.git#master",
  6. "logger": "git+ssh://git@bitbucket.org:sharelatex/logger-sharelatex.git#bunyan",
  7. "request": "2.14.0",
  8. "lynx": "0.0.11",
  9. "grunt-mocha-test": "~0.8.2",
  10. "knox": "~0.8.8",
  11. "node-uuid": "~1.4.1",
  12. "underscore": "~1.5.2",
  13. "easyimage": "~0.1.6",
  14. "express": "~3.4.8",
  15. "longjohn": "~0.2.2",
  16. "async": "~0.2.10",
  17. "pngcrush": "0.0.3",
  18. "stream-buffers": "~0.2.5"
  19. },
  20. "devDependencies": {
  21. "sinon": "",
  22. "chai": "",
  23. "sandboxed-module": "",
  24. "grunt": "0.4.1",
  25. "grunt-contrib-requirejs": "0.4.1",
  26. "grunt-contrib-coffee": "0.7.0",
  27. "grunt-contrib-watch": "0.5.3",
  28. "grunt-nodemon": "0.1.2",
  29. "grunt-contrib-clean": "0.5.0",
  30. "grunt-concurrent": "0.4.2"
  31. }
  32. }