forked from blindsey/node-redis-shard
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 962 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 962 Bytes
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
39
{
"name": "redis-shard-optimized",
"version": "0.3.4",
"description": "A consistent hashing library for redis in node",
"main": "index.js",
"scripts": {
"tests": "node test.js"
},
"dependencies": {
"async": "^1.5.2",
"hashring": "^3.2.0",
"lodash": "^4.17.5",
"redis": "^2.1.0",
"redis-server": "^1.2.0",
"step": "0.0.6"
},
"engines": {
"node": ">= 0.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ppsreejith/node-redis-shard.git"
},
"author": "Ben Lindsey <ben.lindsey@gmail.com>",
"contributors": [
"Sreejith Pp <mailz4sreejith@gmail.com>",
"Toby Fox <tobyfox@gmail.com>"
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
}
}