package.json 635 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "redis-sharelatex",
  3. "version": "1.0.5",
  4. "description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
  5. "main": "index.js",
  6. "author": "ShareLaTeX",
  7. "license": "ISC",
  8. "dependencies": {
  9. "async": "^2.5.0",
  10. "coffee-script": "1.8.0",
  11. "ioredis": "4.6.0",
  12. "redis": "0.12.1",
  13. "redis-sentinel": "0.1.1",
  14. "underscore": "1.7.0"
  15. },
  16. "devDependencies": {
  17. "chai": "1.9.1",
  18. "grunt": "0.4.5",
  19. "grunt-contrib-coffee": "0.11.1",
  20. "grunt-mocha-test": "0.12.0",
  21. "mocha": "1.21.4",
  22. "sandboxed-module": "1.0.1",
  23. "sinon": "1.10.3"
  24. }
  25. }