mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
21 lines
616 B
JSON
21 lines
616 B
JSON
{
|
|
"name": "redis-sharelatex",
|
|
"version": "0.0.6",
|
|
"description": "redis wrapper for node which will either use sentinal or normal redis",
|
|
"main": "index.js",
|
|
"author": "henry oswald @ sharelatex",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"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",
|
|
"mocha": "1.21.4",
|
|
"redis": "0.12.1",
|
|
"redis-sentinel": "git+https://github.com/sharelatex/node-redis-sentinel.git#master",
|
|
"sandboxed-module": "1.0.1",
|
|
"sinon": "1.10.3",
|
|
"underscore": "1.7.0"
|
|
}
|
|
}
|