-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 988 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 988 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
33
34
35
{
"name": "@deepstream/logger-winston",
"version": "2.0.0",
"description": "Winston Logger for deepstream.io",
"main": "src/logger.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"coverage": "istanbul cover jasmine JASMINE_CONFIG_PATH=jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepstreamIO/deepstream.io-logger-winston.git"
},
"author": "deepstreamHub GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/deepstreamIO/deepstream.io-logger-winston/issues"
},
"homepage": "https://github.com/deepstreamIO/deepstream.io-logger-winston#readme",
"dependencies": {
"lodash.merge": "^4.6.1",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
},
"devDependencies": {
"colors": "^1.1.2",
"coveralls": "^3.0.0",
"deepstream.io": "latest",
"istanbul": "^0.4.5",
"jasmine": "^3.1.0"
}
}