forked from strongloop/loopback-context
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 855 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
{
"name": "loopback-context",
"version": "3.0.0",
"description": "Current context for LoopBack applications, based on cls-hooked",
"engines": {
"node": "^4.5 || ^5.10 || ^6.0"
},
"keywords": [
"StrongLoop",
"LoopBack",
"Context"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-context"
},
"main": "server/current-context.js",
"browser": "browser/current-context.js",
"scripts": {
"test": "mocha",
"posttest": "npm run lint",
"lint": "eslint ."
},
"license": "MIT",
"dependencies": {
"cls-hooked": "^4.0.1"
},
"devDependencies": {
"async": "1.5.2",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"loopback": "^3.0.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0"
}
}