overleaf/libraries/redis-wrapper/package.json
Jakob Ackermann dddb431034 [misc] drop unused async
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2020-11-09 16:02:30 +00:00

22 lines
561 B
JSON

{
"name": "redis-sharelatex",
"version": "1.0.13",
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
"main": "index.js",
"author": "ShareLaTeX",
"license": "ISC",
"dependencies": {
"coffee-script": "1.8.0",
"ioredis": "~4.17.3",
"underscore": "1.7.0"
},
"devDependencies": {
"chai": "1.9.1",
"grunt": "0.4.5",
"grunt-contrib-coffee": "0.11.1",
"grunt-mocha-test": "0.12.0",
"mocha": "1.21.4",
"sandboxed-module": "1.0.1",
"sinon": "1.10.3"
}
}