forked from TimBeyer/cls-bluebird
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 802 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
{
"name": "cls-bluebird",
"version": "1.0.0",
"description": "Make bluebird work with the continuation-local-storage module.",
"main": "shim.js",
"scripts": {
"test": "tap test/*.tap.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TimBeyer/cls-bluebird.git"
},
"keywords": [
"continuation-local-storage",
"bluebird",
"promises",
"async",
"glue",
"baling-wire"
],
"author": "Tim Beyer <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/TimBeyer/cls-bluebird/issues"
},
"dependencies": {
"shimmer": "~1"
},
"devDependencies": {
"tap": "~0.4.4",
"redis": "~0.9.0"
},
"peerDependencies": {
"continuation-local-storage": "~3",
"bluebird": ">=1.0.3"
}
}