-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 901 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
40
{
"name": "cls-named-logger",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "env $(cat test.env | xargs) mocha",
"lint": "eslint .",
"nsp": "nsp check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plan3/cls-named-logger.git"
},
"keywords": [
"cls",
"logger"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/plan3/cls-named-logger/issues"
},
"homepage": "https://github.com/plan3/cls-named-logger#readme",
"dependencies": {
"cls-bluebird": "2.0.1",
"continuation-local-storage": "3.2.0",
"debug": "2.6.9"
},
"devDependencies": {
"bluebird": "3.5.0",
"chai": "4.1.0",
"eslint": "4.2.0",
"eslint-config-vgno": "7.0.0",
"eslint-plugin-promise": "3.5.0",
"mocha": "3.4.2",
"nsp": "2.6.3",
"proxyquire": "1.8.0"
}
}