forked from muzzley/node-redis-sentinel-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 923 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
{
"name": "redis-sentinel-client",
"version": "0.1.4",
"description": "Transparent Redis Sentinel client",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --ui tdd --reporter spec --bail test/test-sentinel"
},
"repository": {
"type": "git",
"url": "https://github.com/DocuSignDev/node-redis-sentinel-client.git"
},
"dependencies": {
"redis": "https://github.com/DocuSignDev/node_redis/archive/master.tar.gz"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"async": "*"
},
"keywords": [
"redis",
"redis-sentinel"
],
"author": "Ben Buckman <ben.buckman@docusign.com> (https://github.com/newleafdigital)",
"contributors": [
{
"name": "Ben Buckman",
"email": "ben.buckman@docusign.com"
},
{
"name": "Derek Bredensteiner",
"email": "derek.bredensteiner@docusign.com"
}
],
"license": "MIT"
}