-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.45 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
51
52
53
54
55
56
57
{
"name": "spade"
, "version": "1.1.4"
, "description": "♠ Spade, a robust, full-featured, multi-module, Redis client, with offline queue for commands, automatic socket reconnection and command rollback mechanisms for subscriptions, moreover, it supports caching for LUA scripts."
, "homepage": "https://github.com/rootslab/spade"
, "private": false
, "repository": {
"type": "git"
, "url": "git://github.com/rootslab/spade.git"
}
, "keywords": [
"♠"
, "spade"
, "redis"
, "client"
, "redis client"
, "Redis"
, "LUA"
, "cache"
, "key/value"
, "NoSQL"
]
, "author": {
"name": "Guglielmo Ferri"
, "email": "44gatti@gmail.com"
}
, "dependencies": {
"bolgia" : ">=2.8.2"
, "cocker" : ">=0.16.0 && < 1.0.0"
, "cucu" : ">=0.11.0"
, "gerry" : ">=0.7.0"
, "hiboris" : ">=1.6.1"
, "libra" : ">=1.1.2 && < 2.0.0"
, "syllabus" : ">=1.1.0 && < 2.0.0"
}
, "devDependencies": {
"hiredis" : ">=0.5.0"
, "deuces" : ">=0.11.4"
, "vapid" : ">=0.7.3"
, "dado" : ">=0.2.1"
}
, "main": "index"
, "engines": {
"node": ">=0.10.x"
}
, "scripts": {
"test": "node test/run.js"
, "bench": "bash bench/run_spade.sh"
, "node_redis_bench": "bash bench/run_node_redis.sh"
, "ioredis_bench": "bash bench/run_ioredis.sh"
}
, "license": "MIT"
, "readmeFilename": "Readme.md"
, "bugs": {
"url": "https://github.com/rootslab/spade/issues"
}
}