2014-09-25 12:33:27 -04:00
|
|
|
{
|
|
|
|
"name": "redis-sharelatex",
|
2019-10-01 11:43:44 -04:00
|
|
|
"version": "1.0.11",
|
2017-04-12 09:53:34 -04:00
|
|
|
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
|
2014-11-07 10:02:45 -05:00
|
|
|
"main": "index.js",
|
2017-04-12 09:53:34 -04:00
|
|
|
"author": "ShareLaTeX",
|
2014-09-25 12:33:27 -04:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2017-10-24 05:46:38 -04:00
|
|
|
"async": "^2.5.0",
|
2014-09-26 09:46:23 -04:00
|
|
|
"coffee-script": "1.8.0",
|
2019-10-01 11:43:44 -04:00
|
|
|
"ioredis": "~4.14.1",
|
2017-10-24 05:46:38 -04:00
|
|
|
"redis-sentinel": "0.1.1",
|
|
|
|
"underscore": "1.7.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "1.9.1",
|
2014-09-26 09:46:23 -04:00
|
|
|
"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",
|
2017-10-24 05:46:38 -04:00
|
|
|
"sinon": "1.10.3"
|
2014-09-25 12:33:27 -04:00
|
|
|
}
|
2019-10-01 11:43:44 -04:00
|
|
|
}
|