-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.04 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "deuces",
"version": "0.11.4",
"description": "Deuces, a minimal Redis client specific for pubsub and monitor mode.",
"homepage": "https://github.com/rootslab/deuces",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/rootslab/deuces.git"
},
"keywords": [
"deuces",
"spade",
"redis client",
"Redis",
"pubsub",
"publish",
"subscribe"
],
"author": {
"name": "Guglielmo Ferri",
"email": "[email protected]"
},
"dependencies": {
"bolgia" : ">=2.7.0",
"abaco": ">=1.10.1",
"bilanx" : "=0.9.0",
"cocker" : "=0.15.2",
"hiboris" : "=1.3.6",
"sermone" : "=1.7.4",
"cucu" : "=0.10.1",
"gerry" : "=0.5.1"
},
"devDependencies": {
"hiredis" : ">=0.1.17"
},
"main": "index",
"engines": {
"node": ">=0.10.x"
},
"scripts": {
"test": "node test/run.js",
"bench": "bash bench/run.sh"
},
"license": "MIT",
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/rootslab/deuces/issues"
}
}