package.json 609 B

1234567891011121314151617181920212223
  1. {
  2. "name": "redis-sharelatex",
  3. "version": "1.0.2",
  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.4.0",
  10. "chai": "1.9.1",
  11. "coffee-script": "1.8.0",
  12. "grunt": "0.4.5",
  13. "grunt-contrib-coffee": "0.11.1",
  14. "grunt-mocha-test": "0.12.0",
  15. "ioredis": "^2.5.0",
  16. "mocha": "1.21.4",
  17. "redis": "0.12.1",
  18. "redis-sentinel": "0.1.1",
  19. "sandboxed-module": "1.0.1",
  20. "sinon": "1.10.3",
  21. "underscore": "1.7.0"
  22. }
  23. }