-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 849 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 849 Bytes
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
{
"name": "continuation-local-variable",
"version": "1.0.2",
"description": "",
"main": "continuation-local-variable.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "docker-compose run continuation-local-variable node_modules/.bin/mocha --timeout=5000 test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/mpernambuco/continuation-local-variable.git"
},
"devDependencies": {
"axios": "^0.16.2",
"mocha": "^3.2.0",
"co-mocha": "^1.2.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0"
},
"keywords": [
"threading",
"continuation",
"context",
"local",
"storage",
"logging"
],
"author": "Marcos Pernambuco Motta <marcos.pernambuco@gmail.com>"
}