-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "winston-azure-application-insights",
"version": "1.5.0",
"description": "Azure Application Insights transport for Winston",
"main": "./lib/winston-azure-application-insights.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/bragma/winston-azure-application-insights.git"
},
"keywords": [
"winston",
"azure",
"insights",
"logging"
],
"author": "Marco Braga (Bragma)",
"contributors": [
{
"name": "Will Morgan",
"email": "[email protected]",
"url": "http://willmorgan.co.uk"
}
],
"license": "MIT",
"devDependencies": {
"applicationinsights": "^1.0.4",
"chai": "^4.1.2",
"mocha": "^5.0.1",
"sinon": "^4.4.2"
},
"dependencies": {
"winston": "^2.3.0"
},
"peerDependencies": {
"applicationinsights": ">=1.0.0"
},
"bugs": {
"url": "https://github.com/bragma/winston-azure-application-insights/issues"
},
"homepage": "https://github.com/bragma/winston-azure-application-insights#readme"
}