package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "filestore-sharelatex",
  3. "version": "0.1.4",
  4. "description": "An API for CRUD operations on binary files stored in S3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/sharelatex/filestore-sharelatex.git"
  8. },
  9. "dependencies": {
  10. "async": "~0.2.10",
  11. "bunyan": "^1.3.5",
  12. "coffee-script": "~1.7.1",
  13. "express": "~3.4.8",
  14. "grunt-bunyan": "^0.5.0",
  15. "grunt-execute": "^0.2.2",
  16. "grunt-mocha-test": "~0.8.2",
  17. "heapdump": "^0.3.2",
  18. "knox": "~0.9.1",
  19. "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
  20. "longjohn": "~0.2.2",
  21. "lynx": "0.0.11",
  22. "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
  23. "node-transloadit": "0.0.4",
  24. "node-uuid": "~1.4.1",
  25. "pngcrush": "0.0.3",
  26. "recluster": "^0.3.7",
  27. "request": "2.14.0",
  28. "response": "0.14.0",
  29. "rimraf": "2.2.8",
  30. "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
  31. "stream-buffers": "~0.2.5",
  32. "underscore": "~1.5.2"
  33. },
  34. "devDependencies": {
  35. "sinon": "",
  36. "chai": "",
  37. "sandboxed-module": "",
  38. "grunt": "0.4.1",
  39. "grunt-contrib-requirejs": "0.4.1",
  40. "grunt-contrib-coffee": "0.7.0",
  41. "grunt-contrib-watch": "0.5.3",
  42. "grunt-nodemon": "0.2.1",
  43. "grunt-contrib-clean": "0.5.0",
  44. "grunt-concurrent": "0.4.2",
  45. "grunt-forever": "~0.4.4"
  46. }
  47. }