forked from winstonjs/winston-loggly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 943 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
41
42
43
44
45
{
"name": "winston-loggly-bulk",
"version": "3.0.0-rc1",
"description": "A Loggly transport for winston",
"author": "Loggly <[email protected]>",
"contributors": [
{
"name": "Loggly",
"email": "[email protected]",
"url": "https://github.com/loggly"
},
{
"name": "Shweta Jain",
"email": "[email protected]",
"url": "https://github.com/shwetajain148"
}
],
"repository": {
"type": "git",
"url": "https://github.com/loggly/winston-loggly-bulk.git"
},
"keywords": [
"loggly",
"logging",
"sysadmin",
"tools",
"winston"
],
"dependencies": {
"clone": "^2.1.1",
"node-loggly-bulk": "^2.0.1",
"winston": "^3.0",
"winston-transport": "^4.2.0"
},
"devDependencies": {
"vows": "0.8.0"
},
"main": "./lib/winston-loggly",
"scripts": {
"test": "vows --spec"
},
"engines": {
"node": ">= 6.4.0"
}
}