-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 871 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
{
"name": "cls-redis",
"version": "1.0.3",
"description": "Make continuation-local storage play nice with node-redis.",
"main": "shim.js",
"scripts": {
"test": "tap test/*.tap.js"
},
"repository": {
"type": "git",
"url": "https://github.com/othiym23/cls-redis.git"
},
"keywords": [
"continuation-local-storage",
"node-redis",
"redis",
"shim",
"glue",
"baling-wire",
"wow"
],
"author": "Forrest L Norvell <ogd@aoaioxxysz.net>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/othiym23/cls-redis/issues"
},
"peerDependencies": {
"continuation-local-storage": "^3.0.0",
"redis": ">=0.10.2 <1.0.0"
},
"devDependencies": {
"tap": "~0.4.4",
"redis": ">=0.10.2 <1.0.0",
"continuation-local-storage": "^3.0.0"
},
"dependencies": {
"shimmer": "^1.0.0"
}
}