forked from amino/amino-redis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 789 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
39
40
{
"name": "amino-redis",
"version": "0.0.7",
"description": "Redis plugin for amino 1.x",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/amino/amino-redis.git"
},
"homepage": "https://github.com/amino/amino",
"keywords": [
"load-balancing",
"failover",
"cluster",
"scalability",
"performance",
"service",
"pub/sub",
"high-availability",
"cloud",
"redundancy",
"ipc"
],
"author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
"license": "MIT",
"dependencies": {
"haredis": "~0.2.8",
"hydration": "~0.3.1"
},
"devDependencies": {
"mocha": "*",
"amino": "~1.0.0"
},
"engines": {
"node": ">= 0.6.0"
}
}