forked from muzzley/node-redis-sentinel-client
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 896 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@gitterhq/redis-sentinel-client",
"version": "0.4.0",
"description": "Transparent Redis Sentinel client",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --ui bdd --reporter spec --bail test/test-full"
},
"repository": {
"type": "git",
"url": "https://github.com/DocuSignDev/node-redis-sentinel-client.git"
},
"dependencies": {
"debug": "^4.1.1",
"redis": "~0.10.1"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"async": "*"
},
"keywords": [
"redis",
"redis-sentinel"
],
"author": "Ben Buckman <[email protected]> (https://github.com/newleafdigital)",
"contributors": [
{
"name": "Ben Buckman",
"email": "[email protected]"
},
{
"name": "Derek Bredensteiner",
"email": "[email protected]"
}
],
"license": "MIT"
}