overleaf/libraries/redis-wrapper/package.json

24 lines
609 B
JSON
Raw Normal View History

2014-09-25 12:33:27 -04:00
{
"name": "redis-sharelatex",
"version": "1.0.3",
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
"main": "index.js",
"author": "ShareLaTeX",
2014-09-25 12:33:27 -04:00
"license": "ISC",
"dependencies": {
2017-05-04 10:38:07 -04:00
"async": "^2.4.0",
"chai": "1.9.1",
"coffee-script": "1.8.0",
"grunt": "0.4.5",
"grunt-contrib-coffee": "0.11.1",
"grunt-mocha-test": "0.12.0",
"ioredis": "^2.5.0",
"mocha": "1.21.4",
"redis": "0.12.1",
"redis-sentinel": "0.1.1",
"sandboxed-module": "1.0.1",
"sinon": "1.10.3",
2014-09-28 15:33:29 -04:00
"underscore": "1.7.0"
2014-09-25 12:33:27 -04:00
}
}