2014-09-25 12:33:27 -04:00
|
|
|
{
|
|
|
|
"name": "redis-sharelatex",
|
2020-06-01 04:11:57 -04:00
|
|
|
"version": "1.0.13",
|
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",
|
2020-11-09 11:03:33 -05:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha --require coffee-script/register test.coffee"
|
|
|
|
},
|
2014-09-25 12:33:27 -04:00
|
|
|
"dependencies": {
|
2014-09-26 09:46:23 -04:00
|
|
|
"coffee-script": "1.8.0",
|
2020-06-01 04:11:57 -04:00
|
|
|
"ioredis": "~4.17.3",
|
2017-10-24 05:46:38 -04:00
|
|
|
"underscore": "1.7.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-09 11:03:33 -05:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"mocha": "^8.2.1",
|
|
|
|
"sandboxed-module": "^2.0.4",
|
|
|
|
"sinon": "^9.2.1"
|
2014-09-25 12:33:27 -04:00
|
|
|
}
|
2020-06-01 04:11:57 -04:00
|
|
|
}
|