-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 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": "cls-bluebird-test",
"version": "0.0.0",
"description": "Testing CLS context passing with Bluebird promises",
"main": "./lib/",
"author": {
"name": "Overlook Motel"
},
"repository": {
"type": "git",
"url": "https://github.com/overlookmotel/cls-bluebird-test.git"
},
"bugs": {
"url": "https://github.com/overlookmotel/cls-bluebird-test/issues"
},
"dependencies": {
},
"devDependencies": {
"mocha": "^2.4.5",
"chai": "^3.5.0",
"jshint": "^2.9.1",
"istanbul": "^0.4.3",
"coveralls": "^2.11.9",
"bluebird2": "^1.2.0",
"bluebird3": "^1.2.0",
"cls-bluebird": "git://github.com/overlookmotel/cls-bluebird.git#provide-bluebird-instance",
"cls-bluebird2": "git://github.com/overlookmotel/cls-bluebird2.git",
"continuation-local-storage": "^3.1.7",
"sequelize": "^3.21.0",
"lose-cls-context": "^1.0.1"
},
"keywords": [
"bluebird",
"promise",
"promises",
"cls",
"continuation",
"local",
"storage"
],
"scripts": {
"test": "make test",
"cover": "make cover"
},
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"license": "MIT"
}