forked from iwater/winston-rsyslog
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.08 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
48
49
50
{
"name": "winston-rsyslog2",
"version": "0.0.5",
"description": "Rsyslog transport for winston",
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"syslog",
"rsyslog"
],
"author": "Fabio Grande <[email protected]>",
"license": "MIT",
"contributors": [
{
"name": "Fabio Grande",
"email": "[email protected]"
},
{
"name": "Ivan Malopinsky",
"email": "[email protected]"
},
{
"name": "Mark Stosberg",
"email": "[email protected]"
},
{
"name": "Derek Brooks",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:imsky/winston-rsyslog2.git"
},
"dependencies": {
"winston": ">=0.7.2"
},
"devDependencies": {
"vows": "0.7.x"
},
"main": "./lib/winston-rsyslog",
"scripts": {
"test": "vows --spec"
},
"engines": {
"node": ">= 0.4.0"
}
}